Searched refs:outs (Results 1 - 25 of 88) sorted by relevance

1234

/external/llvm/tools/bugpoint/
H A DFindBugs.cpp36 outs() << "Starting bug finding procedure...\n\n";
41 outs() << "\n";
43 outs() << "Generating reference output from raw program: \n";
60 outs() << "Running selected passes on program to test for crash: ";
62 outs() << "-" << PassesToRun[i] << " ";
67 outs() << "\n";
68 outs() << "Optimizer passes caused failure!\n\n";
72 outs() << "Combination " << num << " optimized successfully!\n";
78 outs() << "Running the code generator to test for a crash: ";
82 outs() << "\
[all...]
H A DBugDriver.cpp126 outs() << "Read input file : '" << Filenames[0] << "'\n";
132 outs() << "Linking in input file: '" << Filenames[i] << "'\n";
142 outs() << "*** All input ok\n";
168 outs() << "Running selected passes on program to test for crash: ";
177 outs() << "Running the code generator to test for a crash: ";
181 outs() << Error;
184 outs() << '\n';
192 outs() << "Generating reference output from raw program: ";
207 outs() << "*** Checking the code generator...\n";
214 outs() << "\
[all...]
H A DMiscompilation.cpp66 outs() << "Checking to see if '" << getPassesString(Suffix)
85 outs() << " nope.\n";
93 outs() << " yup.\n"; // No miscompilation!
99 outs() << "Checking to see if '" << getPassesString(Prefix)
122 outs() << " nope.\n";
126 outs() << " yup.\n"; // No miscompilation!
144 outs() << "Checking to see if '" << getPassesString(Suffix)
165 outs() << " nope.\n";
170 outs() << " yup.\n"; // No miscompilation!
251 outs() << "Checkin
[all...]
H A DOptimizerDriver.cpp98 outs() << "Emitted bitcode to '" << Filename << "'\n";
100 outs() << "\n*** You can reproduce the problem with: ";
101 if (UseValgrind) outs() << "valgrind ";
102 outs() << "opt " << Filename;
104 outs() << " -load " << PluginLoader::getPlugin(i);
106 outs() << " " << getPassesString(PassesToRun) << "\n";
121 /// outs() a single line message indicating whether compilation was successful
130 outs().flush();
232 outs() << "Success!\n";
234 outs() << "Exite
[all...]
H A DCrashDebugger.cpp68 outs() << "Checking to see if these passes crash: "
84 outs() << "Checking to see if these passes crash: "
143 outs() << "Checking for crash with only these global variables: ";
145 outs() << ": ";
218 outs() << "Checking for crash with only these functions: ";
220 outs() << ": ";
280 outs() << "Checking for crash with only these blocks:";
284 outs() << " " << BBs[i]->getName();
286 outs() << "... <" << Blocks.size() << " total>";
287 outs() << "
[all...]
/external/llvm/tools/macho-dump/
H A Dmacho-dump.cpp58 outs() << " ('segment_name', '";
59 outs().write_escaped(Name, /*UseHexEscapes=*/true) << "')\n";
60 outs() << " ('vm_addr', " << VMAddr << ")\n";
61 outs() << " ('vm_size', " << VMSize << ")\n";
62 outs() << " ('file_offset', " << FileOffset << ")\n";
63 outs() << " ('file_size', " << FileSize << ")\n";
64 outs() << " ('maxprot', " << MaxProt << ")\n";
65 outs() << " ('initprot', " << InitProt << ")\n";
66 outs() << " ('num_sections', " << NumSections << ")\n";
67 outs() << " ('flag
[all...]
/external/llvm/tools/llvm-objdump/
H A DELFDump.cpp26 outs() << "Program Header:\n";
32 outs() << " LOAD ";
35 outs() << " STACK ";
38 outs() << "EH_FRAME ";
41 outs() << " INTERP ";
44 outs() << " DYNAMIC ";
47 outs() << " PHDR ";
50 outs() << " TLS ";
53 outs() << " UNKNOWN ";
58 outs() << "of
[all...]
H A DCOFFDump.cpp97 outs() << format(" 0x%02x: ", unsigned(UCs[0].u.CodeOffset))
101 outs() << " " << getUnwindRegisterName(UCs[0].getOpInfo());
105 outs() << " " << UCs[1].FrameOffset;
107 outs() << " " << UCs[1].FrameOffset
112 outs() << " " << ((UCs[0].getOpInfo() + 1) * 8);
115 outs() << " ";
118 outs() << " " << getUnwindRegisterName(UCs[0].getOpInfo())
122 outs() << " " << getUnwindRegisterName(UCs[0].getOpInfo())
127 outs() << " XMM" << static_cast<uint32_t>(UCs[0].getOpInfo())
131 outs() << " XM
[all...]
H A Dllvm-objdump.cpp155 outs() << ToolName << ": error reading file: " << EC.message() << ".\n";
156 outs().flush();
264 outs() << output;
361 outs() << "Atom " << (*AI)->getName() << ": \n";
366 IP->printInst(&II->Inst, outs(), "");
367 outs() << "\n";
466 outs() << "Disassembly of section ";
468 outs() << SegmentName << ",";
469 outs() << name << ':';
504 outs() << '\
[all...]
H A DMachODump.cpp114 outs() << "\t.long " << Value;
119 outs() << "\t.short " << Value;
123 outs() << "\t.byte " << Value;
126 outs() << "\t@ KIND_DATA\n";
130 outs() << "\t.byte " << Value << "\t@ KIND_JUMP_TABLE8";
135 outs() << "\t.short " << Value << "\t@ KIND_JUMP_TABLE16";
142 outs() << "\t.long " << Value << "\t@ KIND_JUMP_TABLE32";
145 outs() << "\t@ data in code kind = " << Kind << "\n";
242 outs() << '\n' << Filename << ":\n\n";
389 outs() << SymNam
[all...]
/external/llvm/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp336 if (Dump) outs() << Indent << "<BLOCKINFO_BLOCK/>\n";
350 outs() << Indent << "<";
352 outs() << BlockName;
354 outs() << "UnknownBlock" << BlockID;
357 outs() << " BlockID=" << BlockID;
359 outs() << " NumWords=" << NumWords
382 outs() << Indent << "</";
384 outs() << BlockName << ">\n";
386 outs() << "UnknownBlock" << BlockID << ">\n";
432 outs() << Inden
[all...]
/external/clang/lib/StaticAnalyzer/Checkers/
H A DTraversalChecker.cpp45 // It is mildly evil to print directly to llvm::outs() rather than emitting
49 llvm::outs() << C.getSourceManager().getSpellingLineNumber(Loc) << " "
54 llvm::outs() << "--END FUNCTION--\n";
78 // It is mildly evil to print directly to llvm::outs() rather than emitting
81 llvm::outs().indent(Indentation);
82 Call.dump(llvm::outs());
95 // It is mildly evil to print directly to llvm::outs() rather than emitting
98 llvm::outs().indent(Indentation);
100 llvm::outs() << "Returning void\n";
102 llvm::outs() << "Returnin
[all...]
/external/llvm/utils/yaml-bench/
H A DYAMLBench.cpp86 outs() << indent(Indent);
89 outs() << "&" << Anchor << " ";
93 outs() << prettyTag(n) << " \"" << yaml::escape(Val) << "\"";
95 outs() << prettyTag(n) << " [\n";
100 outs() << ",\n";
103 outs() << indent(Indent) << "]";
105 outs() << prettyTag(n) << " {\n";
109 outs() << indent(Indent) << "? ";
111 outs() << "\n";
112 outs() << inden
[all...]
/external/llvm/tools/llvm-size/
H A Dllvm-size.cpp86 outs() << ToolName << ": error reading file: " << ec.message() << ".\n";
87 outs().flush();
133 outs() << "Segment " << Seg.segname << ": "
136 outs() << " (vmaddr 0x" << format("%" PRIx64, Seg.vmaddr) << " fileoff "
138 outs() << "\n";
144 outs() << "\tSection (" << format("%.16s", &Sec.segname) << ", "
147 outs() << "\tSection " << format("%.16s", &Sec.sectname) << ": ";
148 outs() << format(fmt.str().c_str(), Sec.size);
150 outs() << " (addr 0x" << format("%" PRIx64, Sec.addr) << " offset "
152 outs() << "\
[all...]
/external/clang/tools/diagtool/
H A Ddiagtool_main.cpp21 return tool->run(argc - 2, &argv[2], llvm::outs());
/external/llvm/examples/HowToUseJIT/
H A DHowToUseJIT.cpp119 outs() << "We just constructed this LLVM module:\n\n" << *M;
120 outs() << "\n\nRunning foo: ";
121 outs().flush();
128 outs() << "Result: " << gv.IntVal << "\n";
/external/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp294 outs() << SymbolAddrStr << ' ';
300 outs() << "(common) ";
302 outs() << "(alignment 2^" << (int)MachO::GET_COMM_ALIGN(NDesc) << ") ";
305 outs() << "(prebound ";
307 outs() << "(";
310 outs() << "undefined [lazy bound]) ";
313 outs() << "undefined [private lazy bound]) ";
316 outs() << "undefined [private]) ";
318 outs() << "undefined) ";
322 outs() << "(absolut
[all...]
/external/clang/tools/clang-format/
H A DClangFormat.cpp189 llvm::outs() << Text.substr(From, Index - From);
192 llvm::outs() << "&#10;";
195 llvm::outs() << "&#13;";
202 llvm::outs() << Text.substr(From);
232 llvm::outs()
237 llvm::outs() << "<replacement "
241 llvm::outs() << "</replacement>\n";
243 llvm::outs() << "</replacements>\n";
252 outs() << "{ \"Cursor\": "
254 Rewrite.getEditBuffer(ID).write(outs());
[all...]
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dsrpc_params.h37 NaClSrpcArg** outs() const { return const_cast<NaClSrpcArg**>(outs_); } function in class:plugin::SrpcParams
H A Dsrpc_client.cc27 const char* outs,
35 outs_(STRDUP(outs)),
47 char* outs() const { return outs_; } function in class:plugin::MethodInfo
156 return params->Init(method_info->ins(), method_info->outs());
182 params->outs());
24 MethodInfo(const RpcFunction function_ptr, const char* name, const char* ins, const char* outs, const uint32_t index = UINT_MAX) argument
/external/llvm/tools/llvm-mcmarkup/
H A Dllvm-mcmarkup.cpp93 outs() << Tag.getName();
95 outs() << " " << Tag.getModifiers();
96 outs() << "\n";
100 if (!outs().has_colors())
105 outs().changeColor(raw_ostream::RED);
107 outs().changeColor(raw_ostream::CYAN);
116 if (!outs().has_colors())
119 outs().changeColor(raw_ostream::WHITE, false);
196 outs() << (char)CurChar;
/external/llvm/lib/Support/
H A DCommandLine.cpp1113 outs().indent(Indent - FirstLineIndentedBy) << " - " << Split.first << "\n";
1116 outs().indent(Indent) << Split.first << "\n";
1122 outs() << " -" << ArgStr;
1147 outs() << " -" << O.ArgStr;
1150 outs() << "=<" << getValueStr(O, ValName) << '>';
1157 outs() << " -" << O.ArgStr;
1158 outs().indent(GlobalWidth-std::strlen(O.ArgStr));
1293 outs() << " -" << O.ArgStr;
1298 outs() << " =" << getOption(i);
1299 outs()
[all...]
/external/javassist/sample/evolve/
H A DDemoServer.java75 private void runJava(OutputStream outs) throws IOException { argument
76 OutputStreamWriter out = new OutputStreamWriter(outs);
/external/llvm/tools/obj2yaml/
H A Dobj2yaml.cpp24 return coff2yaml(outs(), cast<COFFObjectFile>(Obj));
26 return elf2yaml(outs(), Obj);
/external/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp154 outs() << "\nError reading file: " << EC.message() << ".\n";
155 outs().flush();
216 StreamWriter Writer(outs());
223 outs() << '\n';
224 outs() << "File: " << Obj->getFileName() << "\n";
225 outs() << "Format: " << Obj->getFileFormatName() << "\n";
226 outs() << "Arch: "
229 outs() << "AddressSize: " << (8*Obj->getBytesInAddress()) << "bit\n";
231 outs() << "LoadName: " << Obj->getLoadName() << "\n";

Completed in 2048 milliseconds

1234