HomeSort by relevance Sort by last modified time
    Searched refs:outs (Results 1 - 25 of 113) sorted by null

1 2 3 4 5

  /external/llvm/tools/bugpoint/
FindBugs.cpp 35 outs() << "Starting bug finding procedure...\n\n";
40 outs() << "\n";
42 outs() << "Generating reference output from raw program: \n";
59 outs() << "Running selected passes on program to test for crash: ";
61 outs() << "-" << PassesToRun[i] << " ";
66 outs() << "\n";
67 outs() << "Optimizer passes caused failure!\n\n";
71 outs() << "Combination " << num << " optimized successfully!\n";
77 outs() << "Running the code generator to test for a crash: ";
81 outs() << "\n*** compileProgram threw an exception: "
    [all...]
BugDriver.cpp 122 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() << "\n*** Output matches: Debugging miscompilation!\n"
    [all...]
Miscompilation.cpp 66 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() << "Checking to see if the program is misoptimized when
    [all...]
OptimizerDriver.cpp 84 outs() << "Emitted bitcode to '" << Filename << "'\n";
86 outs() << "\n*** You can reproduce the problem with: ";
87 if (UseValgrind) outs() << "valgrind ";
88 outs() << "opt " << Filename;
90 outs() << " -load " << PluginLoader::getPlugin(i);
92 outs() << " " << getPassesString(PassesToRun) << "\n";
107 /// outs() a single line message indicating whether compilation was successful
116 outs().flush();
221 outs() << "Success!\n";
223 outs() << "Exited with error code '" << result << "'\n"
    [all...]
CrashDebugger.cpp 68 outs() << "Checking to see if these passes crash: "
86 outs() << "Checking to see if these passes crash: "
145 outs() << "Checking for crash with only these global variables: ";
147 outs() << ": ";
220 outs() << "Checking for crash with only these functions: ";
222 outs() << ": ";
282 outs() << "Checking for crash with only these blocks:";
286 outs() << " " << BBs[i]->getName();
288 outs() << "... <" << Blocks.size() << " total>";
289 outs() << ": "
    [all...]
  /external/llvm/tools/macho-dump/
macho-dump.cpp 57 outs() << " ('segment_name', '";
58 outs().write_escaped(Name, /*UseHexEscapes=*/true) << "')\n";
59 outs() << " ('vm_addr', " << VMAddr << ")\n";
60 outs() << " ('vm_size', " << VMSize << ")\n";
61 outs() << " ('file_offset', " << FileOffset << ")\n";
62 outs() << " ('file_size', " << FileSize << ")\n";
63 outs() << " ('maxprot', " << MaxProt << ")\n";
64 outs() << " ('initprot', " << InitProt << ")\n";
65 outs() << " ('num_sections', " << NumSections << ")\n";
66 outs() << " ('flags', " << Flags << ")\n"
    [all...]
  /external/llvm/tools/llvm-objdump/
ELFDump.cpp 28 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() << "off
    [all...]
COFFDump.cpp 97 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() << " XMM" << UCs[0].getOpInfo(
    [all...]
llvm-objdump.cpp 131 outs() << ToolName << ": error reading file: " << ec.message() << ".\n";
132 outs().flush();
184 outs() << output;
264 outs() << "Disassembly of section ";
266 outs() << SegmentName << ",";
267 outs() << name << ':';
343 outs() << '\n' << Symbols[si].second << ":\n";
356 outs() << format("%8" PRIx64 ":", SectionAddr + Index);
358 outs() << "\t";
361 IP->printInst(&Inst, outs(), "");
    [all...]
  /external/llvm/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp 336 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() << Indent << " <"
    [all...]
  /external/llvm/utils/yaml-bench/
YAMLBench.cpp 72 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() << indent(Indent) << ": "
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
TraversalChecker.cpp 45 // 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";
76 // It is mildly evil to print directly to llvm::outs() rather than emitting
79 llvm::outs().indent(Indentation);
80 Call.dump(llvm::outs());
  /external/clang/tools/diagtool/
diagtool_main.cpp 21 return tool->run(argc - 2, &argv[2], llvm::outs());
  /external/llvm/examples/HowToUseJIT/
HowToUseJIT.cpp 119 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-readobj/
llvm-readobj.cpp 42 outs() << format(" %-32s", (const char*)"Name")
52 outs() << format(" %-24s", (const char*)"Name")
161 outs() << format(" %-32s", FullName.c_str())
185 outs() << format(" %-24s", std::string(Name).c_str())
196 outs() << " " << path << "\n";
212 outs() << " Total: " << count << "\n\n";
216 outs() << "File Format : " << obj->getFileFormatName() << "\n";
217 outs() << "Arch : "
220 outs() << "Address Size: " << (8*obj->getBytesInAddress()) << " bits\n";
221 outs() << "Load Name : " << obj->getLoadName() << "\n"
    [all...]
  /external/llvm/tools/llvm-prof/
llvm-prof.cpp 179 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() << "\n NOTE: " << e-i << " function"
    [all...]
  /external/llvm/tools/llvm-mcmarkup/
llvm-mcmarkup.cpp 94 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/
llvm-size.cpp 74 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() << o->getFileName() << " :\n"
    [all...]
  /external/llvm/lib/IR/
GCOV.cpp 157 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() << Filename << "\n"
    [all...]
  /frameworks/compile/mclinker/lib/Support/
CommandLine.cpp 43 outs() << "= " << pValue;
45 outs().indent(NumSpaces) << " (default: ";
47 outs() << pDefault.getValue();
49 outs() << "*no default*";
50 outs() << ")\n";
76 outs() << "= " << V;
79 outs().indent(NumSpaces) << " (default: ";
81 outs() << Default.getValue().c_str();
83 outs() << "*no default*";
84 outs() << ")\n"
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuScriptGroup.cpp 82 if (sl->outs[ct]) {
83 mp->ptrOut = (uint8_t *)sl->outs[ct]->mHal.drvState.lod[0].mallocPtr;
86 mp->out = mp->ptrOut + sl->outs[ct]->mHal.drvState.lod[0].stride * p->y;
88 if (sl->outs[ct]->mHal.drvState.lod[0].dimY > p->lid) {
89 mp->out = mp->ptrOut + sl->outs[ct]->mHal.drvState.lod[0].stride * p->lid;
109 Vector<Allocation *> outs; local
169 outs.add(aout);
185 si->forEachMtlsSetup(ins[ct], outs[ct], NULL, 0, NULL, &mtls);
187 mCtx->launchThreads(ins[ct], outs[ct], NULL, &mtls);
192 sl.outs = outs.array()
    [all...]
  /external/llvm/tools/llvm-dwarfdump/
llvm-dwarfdump.cpp 76 outs() << (dli.getFunctionName() ? dli.getFunctionName() : "<unknown>")
78 outs() << (dli.getFileName() ? dli.getFileName() : "<unknown>") << ':'
99 outs() << Filename
102 DICtx->dump(outs(), DumpType);
  /frameworks/compile/mclinker/include/mcld/Support/
raw_ostream.h 61 /// outs() - This returns a reference to a raw_ostream for standard output.
62 /// Use it like: outs() << "foo" << "bar";
63 mcld::raw_fd_ostream &outs();
  /frameworks/compile/mclinker/lib/Core/
Linker.cpp 101 mcld::outs() << "** name\ttype\tpath\tsize (" << pModule.getInputTree().size() << ")\n";
104 mcld::outs() << counter++ << " * " << (*input)->name();
107 mcld::outs() << "\tarchive\t(";
110 mcld::outs() << "\tobject\t(";
113 mcld::outs() << "\tshared\t(";
116 mcld::outs() << "\tscript\t(";
119 mcld::outs() << "\textern\t(";
126 mcld::outs() << (*input)->path() << ")\n";
322 mcld::outs().setColor(m_pConfig->options().color());
  /external/llvm/lib/Support/
CommandLine.cpp     [all...]

Completed in 845 milliseconds

1 2 3 4 5