| /src/external/apache2/llvm/dist/llvm/tools/bugpoint/ |
| FindBugs.cpp | 25 outs() << "Starting bug finding procedure...\n\n"; 31 outs() << "\n"; 33 outs() << "Generating reference output from raw program: \n"; 49 outs() << "Running selected passes on program to test for crash: "; 51 outs() << "-" << PassesToRun[i] << " "; 56 outs() << "\n"; 57 outs() << "Optimizer passes caused failure!\n\n"; 60 outs() << "Combination " << num << " optimized successfully!\n"; 66 outs() << "Running the code generator to test for a crash: "; 68 outs() << "\n*** compileProgram threw an exception: " [all...] |
| BugDriver.cpp | 141 outs() << "Read input file : '" << Filenames[0] << "'\n"; 148 outs() << "Linking in input file: '" << Filenames[i] << "'\n"; 153 outs() << "*** All input ok\n"; 177 outs() << "Running selected passes on program to test for crash: "; 187 outs() << "Running the code generator to test for a crash: "; 189 outs() << toString(std::move(E)); 192 outs() << '\n'; 200 outs() << "Generating reference output from raw program: "; 216 outs() << "*** Checking the code generator...\n"; 223 outs() << "\n*** Output matches: Debugging miscompilation!\n" [all...] |
| /src/external/apache2/llvm/dist/llvm/tools/llvm-reduce/deltas/ |
| ReduceGlobalValues.cpp | 40 outs() << "----------------------------\n"; 41 outs() << "GlobalValue Index Reference:\n"; 45 outs() << "\t" << ++GVCount << ": " << GV.getName() << "\n"; 46 outs() << "----------------------------\n"; 51 outs() << "*** Reducing GlobalValues...\n";
|
| ReduceGlobalVarInitializers.cpp | 38 outs() << "----------------------------\n"; 39 outs() << "GlobalVariable Index Reference:\n"; 43 outs() << "\t" << ++GVCount << ": " << GV.getName() << "\n"; 44 outs() << "----------------------------\n"; 49 outs() << "*** Reducing GVs initializers...\n";
|
| ReduceGlobalVars.cpp | 61 outs() << "----------------------------\n"; 62 outs() << "GlobalVariable Index Reference:\n"; 65 outs() << "\t" << ++GVCount << ": " << GV.getName() << "\n"; 66 outs() << "----------------------------\n"; 71 outs() << "*** Reducing GVs...\n";
|
| ReduceModuleInlineAsm.cpp | 30 outs() << "*** Reducing Module Inline Asm...\n";
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/ |
| COFFDump.cpp | 98 outs() << format(" 0x%02x: ", unsigned(UCs[0].u.CodeOffset)) 102 outs() << " " << getUnwindRegisterName(UCs[0].getOpInfo()); 106 outs() << " " << UCs[1].FrameOffset; 108 outs() << " " << UCs[1].FrameOffset 113 outs() << " " << ((UCs[0].getOpInfo() + 1) * 8); 116 outs() << " "; 119 outs() << " " << getUnwindRegisterName(UCs[0].getOpInfo()) 123 outs() << " " << getUnwindRegisterName(UCs[0].getOpInfo()) 128 outs() << " XMM" << static_cast<uint32_t>(UCs[0].getOpInfo()) 132 outs() << " XMM" << UCs[0].getOpInfo( [all...] |
| MachODump.cpp | 239 dumpBytes(makeArrayRef(bytes, 4), outs()); 241 outs() << "\t.long " << Value; 245 dumpBytes(makeArrayRef(bytes, 2), outs()); 247 outs() << "\t.short " << Value; 251 dumpBytes(makeArrayRef(bytes, 2), outs()); 253 outs() << "\t.byte " << Value; 257 outs() << "\t@ KIND_DATA\n"; 259 outs() << "\t@ data in code kind = " << Kind << "\n"; 263 dumpBytes(makeArrayRef(bytes, 1), outs()); 265 outs() << "\t.byte " << format("%3u", Value) << "\t@ KIND_JUMP_TABLE8\n" [all...] |
| WasmDump.cpp | 25 outs() << "Program Header:\n"; 26 outs() << "Version: 0x"; 27 outs().write_hex(File->getHeader().Version); 28 outs() << "\n";
|
| ELFDump.cpp | 183 outs() << "\nDynamic Section:\n"; 189 outs() << format(TagFmt.c_str(), Str.c_str()); 199 outs() << (Data + Dyn.d_un.d_val) << "\n"; 205 outs() << format(Fmt, (uint64_t)Dyn.d_un.d_val); 211 outs() << "\nProgram Header:\n"; 223 outs() << " DYNAMIC "; 226 outs() << "EH_FRAME "; 229 outs() << " RELRO "; 232 outs() << " PROPERTY "; 235 outs() << " STACK " [all...] |
| /src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin/ |
| LLJITWithObjectLinkingLayerPlugin.cpp | 59 outs() << "MyPlugin -- Modifying pass config for " << LG.getName() << " (" 74 outs() << "Loading object defining " << MR.getSymbols() << "\n"; 78 outs() << "Emitted object defining " << MR.getSymbols() << "\n"; 98 outs() << " " << formatv("{0:x16}", B.getAddress()) << ": " 110 outs() << " " << formatv("{0:x16}", CurAddr) << ": "; 112 outs() << " "; 114 outs() << formatv("{0:x-2}", Data[CurAddr - StartAddr]) << " "; 116 outs() << "\n"; 119 outs() << "\n"; 126 outs() << "Graph \"" << G.getName() << "\"\n" [all...] |
| /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| TraversalChecker.cpp | 46 // It is mildly evil to print directly to llvm::outs() rather than emitting 50 llvm::outs() << C.getSourceManager().getSpellingLineNumber(Loc) << " " 55 llvm::outs() << "--BEGIN FUNCTION--\n"; 60 llvm::outs() << "--END FUNCTION--\n"; 88 // It is mildly evil to print directly to llvm::outs() rather than emitting 91 llvm::outs().indent(Indentation); 92 Call.dump(llvm::outs()); 105 // It is mildly evil to print directly to llvm::outs() rather than emitting 108 llvm::outs().indent(Indentation); 110 llvm::outs() << "Returning void\n" [all...] |
| /src/external/apache2/llvm/dist/llvm/tools/llvm-cfi-verify/ |
| llvm-cfi-verify.cpp | 79 outs() << ">"; 81 outs() << " "; 83 outs() << i << ": " << Lines[i - 1] << "\n"; 91 outs() << "Instruction: " << format_hex(InstrMeta.VMAddress, 2) << " (" 93 Analysis.printInstruction(InstrMeta, outs()); 94 outs() << " \n"; 97 Graph.printToDOT(Analysis, outs()); 103 outs() << "Blacklist Match: " << BlacklistFilename << ":" << BlameLine 106 outs() << "====> Unexpected Protected\n"; 108 outs() << "====> Expected Unprotected\n" [all...] |
| /src/external/apache2/llvm/dist/llvm/utils/yaml-bench/ |
| YAMLBench.cpp | 90 outs() << indent(Indent); 93 outs() << "&" << Anchor << " "; 97 outs() << prettyTag(n) << " \"" << yaml::escape(Val) << "\""; 99 outs() << prettyTag(n) << " \"" << yaml::escape(BN->getValue()) << "\""; 101 outs() << prettyTag(n) << " [\n"; 106 outs() << ",\n"; 109 outs() << indent(Indent) << "]"; 111 outs() << prettyTag(n) << " {\n"; 115 outs() << indent(Indent) << "? "; 117 outs() << "\n" [all...] |
| /src/external/apache2/llvm/dist/llvm/tools/llvm-size/ |
| llvm-size.cpp | 231 outs() << "Segment " << Seg.segname << ": " 234 outs() << " (vmaddr 0x" << format("%" PRIx64, Seg.vmaddr) << " fileoff " 236 outs() << "\n"; 242 outs() << "\tSection (" << format("%.16s", &Sec.segname) << ", " 245 outs() << "\tSection " << format("%.16s", &Sec.sectname) << ": "; 246 outs() << format(fmt.str().c_str(), Sec.size); 248 outs() << " (addr 0x" << format("%" PRIx64, Sec.addr) << " offset " 250 outs() << "\n"; 254 outs() << "\ttotal " << format(fmt.str().c_str(), sec_total) << "\n"; 258 outs() << "Segment " << Seg.segname << ": [all...] |
| /src/crypto/external/bsd/netpgp/dist/src/lib/ |
| types.h | 57 void *outs; /* output file stream */ member in struct:pgp_io_t
|
| /src/external/apache2/llvm/dist/clang/tools/diagtool/ |
| diagtool_main.cpp | 20 return tool->run(argc - 2, &argv[2], llvm::outs());
|
| /src/external/apache2/llvm/dist/llvm/tools/obj2yaml/ |
| obj2yaml.cpp | 23 return errorCodeToError(coff2yaml(outs(), cast<COFFObjectFile>(Obj))); 26 return errorCodeToError(xcoff2yaml(outs(), cast<XCOFFObjectFile>(Obj))); 29 return elf2yaml(outs(), Obj); 32 return errorCodeToError(wasm2yaml(outs(), cast<WasmObjectFile>(Obj))); 46 return archive2yaml(outs(), MemBuf); 57 return macho2yaml(outs(), Binary); 61 return minidump2yaml(outs(), *Minidump);
|
| /src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/ |
| LLJITWithRemoteDebugging.cpp | 143 outs() << "Connected to executor at " << OOPExecutorConnect << "\n"; 145 outs() << "Attach a debugger and press any key to continue.\n"; 158 outs() << "Found out-of-process executor: " << Exec->getPath() << "\n"; 162 outs() << "Launched executor in subprocess: " << Exec->getPID() << "\n" 189 outs() << "Parsing input IR code from: " << Path << "\n"; 218 outs() << "Initializing LLJIT for remote executor\n"; 243 outs() << "Running: main("; 246 outs() << (Pos++ == 0 ? "" : ", ") << "\"" << Arg << "\""; 247 outs() << ")\n"; 253 outs() << "Exit code: " << Result << "\n" [all...] |
| /src/external/apache2/llvm/dist/llvm/tools/sanstats/ |
| sanstats.cpp | 92 llvm::outs() << format_hex(Addr - 1, 18) << ' ' << LineInfo->FileName 96 logAllUnhandledErrors(LineInfo.takeError(), llvm::outs(), "<error> "); 101 llvm::outs() << "cfi-vcall"; 104 llvm::outs() << "cfi-nvcall"; 107 llvm::outs() << "cfi-derived-cast"; 110 llvm::outs() << "cfi-unrelated-cast"; 113 llvm::outs() << "cfi-icall"; 116 llvm::outs() << "<unknown>"; 120 llvm::outs() << " " << CountFromData(Data, SizeofPtr) << '\n';
|
| /src/external/gpl2/xcvs/dist/contrib/ |
| cln_hist.in | 39 %outs = (); 63 $outs{$tmp[1] . '|' . $tmp[2] . '|' . $tmp[5]} = $_; 83 next if $outs{$tmp[1] . '|' . $tmp[2] . '|' . $tmp[5]} ne $_;
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-jitlistener/ |
| llvm-jitlistener.cpp | 54 outs() << "Method load [" << msg->method_id << "]: " << msg->method_name 66 outs() << " Line info @ " << msg->line_number_table[i].Offset 70 outs() << "\n"; 82 outs() << "Method unload [" << UnloadId << "]\n"; 99 outs() << "Module loaded : Name = " << Name << ", Size = " << Size << "\n"; 107 outs() << "Loaded section : Name = " << Name << ", Size = " << Size << "\n"; 115 outs() << "Module unloaded : Name = " << Name << ", Size = " << Size 124 outs() << "Unloaded section : Name = " << Name << ", Size = " << Size
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-undname/ |
| llvm-undname.cpp | 72 outs() << ResultBuf << "\n"; 73 outs().flush(); 118 outs() << Line << "\n"; 119 outs().flush(); 123 outs() << "\n"; 127 outs() << S << "\n"; 128 outs().flush(); 131 outs() << "\n";
|
| /src/external/apache2/llvm/dist/clang/lib/Analysis/plugins/CheckerOptionHandling/ |
| CheckerOptionHandling.cpp | 16 llvm::outs() << "Example option is set to "
|
| /src/external/apache2/llvm/dist/llvm/examples/HowToUseJIT/ |
| HowToUseJIT.cpp | 127 outs() << "We just constructed this LLVM module:\n\n" << *M; 128 outs() << "\n\nRunning foo: "; 129 outs().flush(); 136 outs() << "Result: " << gv.IntVal << "\n";
|