/external/llvm/tools/bugpoint/ |
bugpoint.cpp | 151 outs() << "Override triple set to '" << TargetTriple.getTriple() << "'\n";
|
/external/llvm/tools/llvm-rtdyld/ |
llvm-rtdyld.cpp | 221 outs() << "allocateCodeSection(Size = " << Size << ", Alignment = " 241 outs() << "allocateDataSection(Size = " << Size << ", Alignment = " 380 outs() << "Function: " << *Name << ", Size = " << Size 385 outs() << " Line info @ " << D.first - Addr << ": "
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
nv50_ir_ssa.cpp | 254 for (std::deque<ValueRef>::iterator it = f->outs.begin(); 255 it != f->outs.end(); ++it) { 531 for (std::deque<ValueRef>::iterator it = func->outs.begin(); 532 it != func->outs.end(); ++it) {
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
raw_ostream.h | 406 /// outs() - This returns a reference to a raw_ostream for standard output. 407 /// Use it like: outs() << "foo" << "bar"; 408 raw_ostream &outs();
|
/external/swiftshader/third_party/LLVM/tools/bugpoint/ |
bugpoint.cpp | 144 outs() << "Override triple set to '" << TargetTriple.getTriple() << "'\n";
|
/external/clang/tools/arcmt-test/ |
arcmt-test.cpp | 184 transformPrinter.reset(new PrintTransforms(llvm::outs())); 201 printResult(migration.getRemapper(), llvm::outs());
|
/build/soong/genrule/ |
genrule.go | 310 outs := make(android.WritablePaths, len(properties.Out)) 312 outs[i] = android.PathForModuleGen(ctx, out) 317 out: outs,
|
/external/llvm/tools/llvm-lto/ |
llvm-lto.cpp | 275 outs() << Filename << ":\n"; 277 outs() << Module->getSymbolName(I) << "\n"; 643 outs() << Buffer->getBuffer(); 729 outs() << "Bitcode " << Filename << " contains ObjC\n"; 731 outs() << "Bitcode " << Filename << " does not contain ObjC\n"; 874 outs() << "Wrote native object file '" << OutputName << "'\n";
|
/external/llvm/tools/sancov/ |
sancov.cc | [all...] |
/external/clang/lib/CodeGen/ |
CGRecordLayoutBuilder.cpp | 728 llvm::outs() << "\n*** Dumping IRgen Record Layout\n"; 729 llvm::outs() << "Record: "; 730 D->dump(llvm::outs()); 731 llvm::outs() << "\nLayout: "; 732 RL->print(llvm::outs()); [all...] |
/external/clang/lib/Driver/ |
Driver.cpp | 862 getOpts().PrintHelp(llvm::outs(), Name.c_str(), DriverTitle.c_str(), [all...] |
/external/llvm/tools/llvm-pdbdump/ |
llvm-pdbdump.cpp | 400 LinePrinter Printer(2, outs()); 430 outs() << "HasCTypes "; 432 outs() << "HasPrivateSymbols "; 506 outs().flush(); 588 outs().flush();
|
/external/clang/lib/Frontend/ |
FrontendAction.cpp | 88 llvm::outs() << "PCH DECL: " << D->getDeclKindName(); 90 llvm::outs() << " - " << *ND; 91 llvm::outs() << "\n";
|
ASTConsumers.cpp | 40 : Out(Out ? *Out : llvm::outs()), Dump(Dump), 106 : Out(Out ? *Out : llvm::outs()) {}
|
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
io.h | 94 #define __BUILD_IOPORT_STRING(bwlq, type) static inline void outs##bwlq(unsigned long port, const void *addr, unsigned int count) { const volatile type *__addr = addr; while (count--) { __mem_out##bwlq(*__addr, port); __addr++; } } static inline void ins##bwlq(unsigned long port, void *addr, unsigned int count) { volatile type *__addr = addr; while (count--) { *__addr = __mem_in##bwlq(port); __addr++; } }
|
/external/clang/tools/c-index-test/ |
core_main.cpp | 149 auto DataConsumer = std::make_shared<PrintIndexDataConsumer>(outs());
|
/external/llvm/include/llvm/Support/ |
raw_ostream.h | 434 /// outs() << "foo" << "bar"; 435 raw_ostream &outs();
|
/external/llvm/tools/dsymutil/ |
dsymutil.cpp | 319 Map->print(llvm::outs());
|
/external/llvm/tools/llvm-cov/ |
gcov.cpp | 81 FI.print(llvm::outs(), SourceFile, GCNO, GCDA);
|
/external/spirv-llvm/tools/llvm-spirv/ |
llvm-spirv.cpp | 233 return Action(outs());
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
raw_ostream.h | 447 /// outs() << "foo" << "bar"; 448 raw_ostream &outs();
|
/frameworks/compile/libbcc/tools/bcc_compat/ |
Main.cpp | 102 llvm::raw_ostream &os = llvm::outs();
|
/frameworks/compile/mclinker/lib/Script/ |
Operator.cpp | 52 mcld::outs() << OpNames[type()];
|
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/ |
raw_ostream.h | 447 /// outs() << "foo" << "bar"; 448 raw_ostream &outs();
|
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/ |
raw_ostream.h | 447 /// outs() << "foo" << "bar"; 448 raw_ostream &outs();
|