Searched refs:outs (Results 1 - 25 of 93) 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.cpp122 outs() << "Read input file : '" << Filenames[0] << "'\n";
128 outs() << "Linking in input file: '" << Filenames[i] << "'\n";
138 outs() << "*** All input ok\n";
164 outs() << "Running selected passes on program to test for crash: ";
173 outs() << "Running the code generator to test for a crash: ";
177 outs() << Error;
180 outs() << '\n';
188 outs() << "Generating reference output from raw program: ";
203 outs() << "*** Checking the code generator...\n";
210 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)
164 outs() << " nope.\n";
169 outs() << " yup.\n"; // No miscompilation!
250 outs() << "Checkin
[all...]
H A DOptimizerDriver.cpp96 outs() << "Emitted bitcode to '" << Filename << "'\n";
98 outs() << "\n*** You can reproduce the problem with: ";
99 if (UseValgrind) outs() << "valgrind ";
100 outs() << "opt " << Filename;
102 outs() << " -load " << PluginLoader::getPlugin(i);
104 outs() << " " << getPassesString(PassesToRun) << "\n";
119 /// outs() a single line message indicating whether compilation was successful
128 outs().flush();
230 outs() << "Success!\n";
232 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.cpp28 outs() << "Program Header:\n";
34 outs() << " LOAD ";
37 outs() << " STACK ";
40 outs() << "EH_FRAME ";
43 outs() << " INTERP ";
46 outs() << " DYNAMIC ";
49 outs() << " PHDR ";
52 outs() << " TLS ";
55 outs() << " UNKNOWN ";
60 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.cpp147 outs() << ToolName << ": error reading file: " << ec.message() << ".\n";
148 outs().flush();
249 outs() << output;
343 outs() << "Atom " << (*AI)->getName() << ": \n";
348 IP->printInst(&II->Inst, outs(), "");
349 outs() << "\n";
420 outs() << "Disassembly of section ";
422 outs() << SegmentName << ",";
423 outs() << name << ':';
459 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";
245 outs() << '\n' << Filename << ":\n\n";
396 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.cpp72 outs() << indent(Indent);
75 outs() << "&" << Anchor << " ";
79 outs() << "!!str \"" << yaml::escape(Val) << "\"";
81 outs() << "!!seq [\n";
86 outs() << ",\n";
89 outs() << indent(Indent) << "]";
91 outs() << "!!map {\n";
95 outs() << indent(Indent) << "? ";
97 outs() << "\n";
98 outs() << inden
[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-prof/
H A Dllvm-prof.cpp179 outs() << "===" << std::string(73, '-') << "===\n"
181 if (PIL.getNumExecutions() != 1) outs() << "s";
182 outs() << ":\n";
185 outs() << " ";
186 if (e != 1) outs() << i+1 << ". ";
187 outs() << PIL.getExecution(i) << "\n";
190 outs() << "\n===" << std::string(73, '-') << "===\n";
191 outs() << "Function execution frequencies:\n\n";
194 outs() << " ## Frequency\n";
197 outs() << "\
[all...]
/external/llvm/tools/llvm-mcmarkup/
H A Dllvm-mcmarkup.cpp94 outs() << Tag.getName();
96 outs() << " " << Tag.getModifiers();
97 outs() << "\n";
101 if (!outs().has_colors())
106 outs().changeColor(raw_ostream::RED);
108 outs().changeColor(raw_ostream::CYAN);
117 if (!outs().has_colors())
120 outs().changeColor(raw_ostream::WHITE, false);
196 outs() << (char)CurChar;
/external/llvm/tools/llvm-size/
H A Dllvm-size.cpp74 outs() << ToolName << ": error reading file: " << ec.message() << ".\n";
75 outs().flush();
145 outs() << format(fmt.str().c_str(),
171 outs() << format(fmt.str().c_str(),
181 outs() << format(fmt.str().c_str(),
221 outs() << format(fmt.str().c_str(),
228 outs() << format(fmt.str().c_str(),
264 outs() << o->getFileName() << " (ex " << a->getFileName()
268 outs() << o->getFileName() << " (ex " << a->getFileName() << ")\n";
273 outs() <<
[all...]
/external/llvm/tools/yaml2obj/
H A Dyaml2obj.cpp64 return yaml2coff(outs(), Buf.get());
66 return yaml2elf(outs(), Buf.get());
/external/llvm/lib/IR/
H A DGCOV.cpp157 outs() << "===== " << Name << " @ " << Filename << ":" << LineNumber << "\n";
197 outs() << "Block : " << Number << " Counter : " << Counter << "\n";
199 outs() << "\tEdges : ";
202 outs() << (*I) << ",";
203 outs() << "\n";
206 outs() << "\tLines : ";
209 outs() << LI->first() << " -> ";
211 outs() << "\n";
232 outs() << (*I) << ",";
261 outs() << Filenam
[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
/external/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp77 outs() << (dli.getFunctionName() ? dli.getFunctionName() : "<unknown>")
79 outs() << (dli.getFileName() ? dli.getFileName() : "<unknown>") << ':'
100 outs() << Filename
103 DICtx->dump(outs(), DumpType);
/external/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp139 outs() << "\nError reading file: " << EC.message() << ".\n";
140 outs().flush();
189 StreamWriter Writer(outs());
196 outs() << '\n';
197 outs() << "File: " << Obj->getFileName() << "\n";
198 outs() << "Format: " << Obj->getFileFormatName() << "\n";
199 outs() << "Arch: "
202 outs() << "AddressSize: " << (8*Obj->getBytesInAddress()) << "bit\n";
204 outs() << "LoadName: " << Obj->getLoadName() << "\n";
/external/llvm/lib/Support/
H A DCommandLine.cpp1084 outs().indent(Indent - FirstLineIndentedBy) << " - " << Split.first << "\n";
1087 outs().indent(Indent) << Split.first << "\n";
1093 outs() << " -" << ArgStr;
1118 outs() << " -" << O.ArgStr;
1121 outs() << "=<" << getValueStr(O, ValName) << '>';
1128 outs() << " -" << O.ArgStr;
1129 outs().indent(GlobalWidth-std::strlen(O.ArgStr));
1264 outs() << " -" << O.ArgStr;
1269 outs() << " =" << getOption(i);
1270 outs()
[all...]
/external/javassist/sample/evolve/
H A DDemoServer.java75 private void runJava(OutputStream outs) throws IOException { argument
76 OutputStreamWriter out = new OutputStreamWriter(outs);

Completed in 863 milliseconds

1234