/external/llvm/examples/ModuleMaker/ |
ModuleMaker.cpp | 65 WriteBitcodeToFile(M, outs());
|
/external/llvm/tools/llvm-jitlistener/ |
llvm-jitlistener.cpp | 57 outs() << "Method load [" << msg->method_id << "]: " << msg->method_name 69 outs() << " Line info @ " << msg->line_number_table[i].Offset 73 outs() << "\n"; 85 outs() << "Method unload [" << UnloadId << "]\n";
|
/external/swiftshader/third_party/LLVM/examples/ModuleMaker/ |
ModuleMaker.cpp | 59 WriteBitcodeToFile(M, outs());
|
/frameworks/compile/mclinker/include/mcld/Support/ |
raw_ostream.h | 57 /// outs() - This returns a reference to a raw_ostream for standard output. 58 /// Use it like: outs() << "foo" << "bar"; 59 mcld::raw_fd_ostream& outs();
|
/frameworks/rs/cpu_ref/ |
rsCpuScriptGroup.h | 45 Allocation *const* outs; member in struct:android::renderscript::CpuScriptGroupImpl::ScriptList
|
rsCpuIntrinsics_x86.cpp | 817 __m128i all1s, outa, outs; local 1079 __m128i all1s, ina, outa, ins, outs; local 1150 __m128i all1s, ina, ins, outa, outs; local [all...] |
/external/swiftshader/third_party/LLVM/tools/llvm-ranlib/ |
llvm-ranlib.cpp | 37 outs() << "\nArchive Symbol Table:\n";
42 outs() << " " << format("%9u", offset) << "\t" << I->first <<"\n";
|
/frameworks/rs/rsov/compiler/unit_tests/ |
TestRunner.h | 48 llvm::outs() << "Test(" << TC.description << ") {\n"; 50 llvm::outs() << "\n} (" << TC.description << ") [" << getCheckSuccessNum()
|
/external/javassist/src/main/javassist/tools/rmi/ |
AppletServer.java | 144 private void processRMI(InputStream ins, OutputStream outs) 165 outs.write(okHeader); 166 ObjectOutputStream out = new ObjectOutputStream(outs); 221 private void lookupName(String cmd, InputStream ins, OutputStream outs) 227 outs.write(okHeader); 228 ObjectOutputStream out = new ObjectOutputStream(outs);
|
/frameworks/ml/nn/common/ |
CpuExecutor.cpp | 255 const hidl_vec<uint32_t>& outs = operation.outputs; local 263 auto allParametersPresent = [&operation, &ins, &outs, this](size_t requiredIns, 283 return verify(requiredIns, ins, "in") && verify(requiredOuts, outs, "out"); 299 RunTimeOperandInfo& out = mOperands[outs[0]]; 332 RunTimeOperandInfo& out = mOperands[outs[0]]; 362 RunTimeOperandInfo& output = mOperands[outs[0]]; 378 RunTimeOperandInfo& output = mOperands[outs[0]]; 436 RunTimeOperandInfo& output = mOperands[outs[0]]; 523 RunTimeOperandInfo& output = mOperands[outs[0]]; 603 RunTimeOperandInfo& output = mOperands[outs[0]] [all...] |
/external/llvm/tools/dsymutil/ |
BinaryHolder.cpp | 48 outs() << "trying to open '" << Filename << "'\n"; 72 outs() << "\tloaded file.\n"; 112 outs() << "\tmember had timestamp mismatch.\n"; 116 outs() << "\tfound member in current archive.\n"; 143 outs() << "\topened new archive '" << ArchiveFilename << "'\n";
|
/frameworks/compile/mclinker/lib/Script/ |
Operand.cpp | 44 mcld::outs() << m_Name; 82 mcld::outs() << m_Value; 114 mcld::outs() << m_Name; 149 mcld::outs() << m_pOutputDesc->getSection()->name(); 183 mcld::outs() << "fragment";
|
/external/swiftshader/third_party/LLVM/tools/llvm-objdump/ |
MachODump.cpp | 306 outs() << '\n' << Filename << ":\n\n"; 449 outs() << MachOObj->getStringAtIndex(Symbols[SymIdx].StringIndex) 457 outs() << format("%8llx:\t", Sections[SectIdx].Address + Index); 459 IP->printInst(&Inst, outs(), ""); 468 outs() << "\t## " << dli.getFileName() << ':' 472 outs() << "\n"; 542 outs() << "# " << End-fi->first << " bytes of data:\n"; 544 outs() << format("%8x:\t", Sections[SectIdx].Address + pos); 546 outs() << format("\t.byte 0x%02x\n", (uint8_t)Bytes[pos]); 552 outs() << "# Loop begin:\n" [all...] |
/development/vndk/tools/vtable-dumper/ |
elf_handling.h | 40 using llvm::outs; 159 outs() << "\nError: " 162 outs().flush();
|
/external/llvm/tools/llvm-ar/ |
llvm-ar.cpp | 54 outs() << ToolName << ": " << Error << ".\n"; 318 outs() << "Printing " << Name << "\n"; 323 outs().write(Data.data(), Data.size()); 329 outs() << ((mode & 004) ? "r" : "-"); 330 outs() << ((mode & 002) ? "w" : "-"); 331 outs() << ((mode & 001) ? "x" : "-"); 344 outs() << ' ' << C.getUID(); 345 outs() << '/' << C.getGID(); 348 outs() << ' ' << format("%6llu", Size.get()); 349 outs() << ' ' << C.getLastModified().str() [all...] |
/external/v8/tools/clang/empty_string/ |
EmptyStringConverter.cpp | 189 llvm::outs() << "==== BEGIN EDITS ====\n"; 191 llvm::outs() << "r:::" << r.getFilePath() << ":::" << r.getOffset() 195 llvm::outs() << "==== END EDITS ====\n";
|
/prebuilts/go/darwin-x86/src/os/ |
executable_test.go | 47 outs := string(out) 48 if !filepath.IsAbs(outs) { 51 if !sameFile(outs, ep) {
|
/prebuilts/go/linux-x86/src/os/ |
executable_test.go | 47 outs := string(out) 48 if !filepath.IsAbs(outs) { 51 if !sameFile(outs, ep) {
|
/external/curl/src/ |
tool_metalink.h | 119 int parse_metalink(struct OperationConfig *config, struct OutStruct *outs,
|
/external/llvm/lib/Support/ |
FormattedStream.cpp | 91 static formatted_raw_ostream S(outs());
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
FormattedStream.cpp | 85 static formatted_raw_ostream S(outs());
|
/frameworks/compile/mclinker/lib/Support/ |
raw_ostream.cpp | 90 // outs(), errs(), nulls() 92 raw_fd_ostream& outs() { function in namespace:mcld
|
/external/llvm/tools/llvm-readobj/ |
llvm-readobj.cpp | 342 ScopedPrinter Writer(outs()); 348 outs() << '\n'; 349 outs() << "File: " << Obj->getFileName() << "\n"; 350 outs() << "Format: " << Obj->getFileFormatName() << "\n"; 351 outs() << "Arch: " << Triple::getArchTypeName( 353 outs() << "AddressSize: " << (8 * Obj->getBytesInAddress()) << "bit\n"; 518 ScopedPrinter W(outs());
|
/external/llvm/tools/bugpoint/ |
ToolRunner.cpp | 206 outs() << "<lli>"; outs().flush(); 487 outs() << (UseIntegratedAssembler ? "<llc-ia>" : "<llc>"); 488 outs().flush(); 613 outs() << "<jit>"; outs().flush(); 725 outs() << "<CC>"; outs().flush(); 775 outs() << "<program>"; outs().flush() [all...] |
ExecutionDriver.cpp | 144 outs() << "Initializing execution environment: "; 209 outs() << Message; 260 if (!SafeInterpreter) { outs() << Message << "\nExiting.\n"; exit(1); } 263 if (!cc) { outs() << Message << "\nExiting.\n"; exit(1); } 364 outs() << "\n" 439 outs() << "\nReference output is: " << ReferenceOutputFile << "\n\n";
|