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

1 2 3 4 5 6 7

  /external/llvm/tools/bugpoint/
FindBugs.cpp 36 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() << "\n*** compileProgram threw an exception: "
    [all...]
BugDriver.cpp 126 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() << "\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)
165 outs() << " nope.\n";
170 outs() << " yup.\n"; // No miscompilation!
251 outs() << "Checking to see if the program is misoptimized when
    [all...]
OptimizerDriver.cpp 98 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() << "Exited with error code '" << result << "'\n"
    [all...]
  /external/llvm/tools/macho-dump/
macho-dump.cpp 58 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() << " ('flags', " << Flags << ")\n"
    [all...]
  /frameworks/compile/mclinker/lib/Script/
InputSectDesc.cpp 38 mcld::outs() << "KEEP (";
42 mcld::outs() << "SORT (";
44 mcld::outs() << m_Spec.file().name();
47 mcld::outs() << "(";
50 mcld::outs() << "EXCLUDE_FILE (";
53 mcld::outs() << (*it)->name() << " ";
55 mcld::outs() << ")";
66 mcld::outs() << "SORT (";
69 mcld::outs() << "SORT_BY_ALIGNMENT (";
72 mcld::outs() << "SORT_BY_NAME_ALIGNMENT ("
    [all...]
OutputSectDesc.cpp 43 mcld::outs() << m_Name << "\t";
47 mcld::outs() << "\t";
52 mcld::outs() << "(NOLOAD)";
55 mcld::outs() << "(DSECT)";
58 mcld::outs() << "(COPY)";
61 mcld::outs() << "(INFO)";
64 mcld::outs() << "(OVERLAY)";
69 mcld::outs() << ":\n";
72 mcld::outs() << "\tAT ( ";
74 mcld::outs() << " )\n"
    [all...]
OutputFormatCmd.cpp 39 mcld::outs() << "OUTPUT_FORMAT ( ";
43 mcld::outs() << " , ";
44 mcld::outs() << m_FormatList[i];
46 mcld::outs() << " )\n";
AssertCmd.cpp 38 mcld::outs() << "Assert ( ";
42 mcld::outs() << " , " << m_Message << " )\n";
OutputArchCmd.cpp 29 mcld::outs() << "OUTPUT_ARCH ( " << m_Arch << " )\n";
OutputCmd.cpp 31 mcld::outs() << "OUTPUT ( " << m_OutputFile << " )\n";
SearchDirCmd.cpp 31 mcld::outs() << "SEARCH_DIR ( " << m_Path << " )\n";
SectionsCmd.cpp 33 mcld::outs() << "SECTIONS\n{\n";
40 mcld::outs() << "\t";
49 mcld::outs() << "}\n";
  /external/llvm/tools/llvm-objdump/
ELFDump.cpp 26 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() << "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 155 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() << '\n' << Symbols[si].second << ":\n"
    [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/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";
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() << "Returning " << C.getSVal(CallE) << "\n"
    [all...]
  /external/llvm/utils/yaml-bench/
YAMLBench.cpp 86 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() << indent(Indent) << ": "
    [all...]
  /external/llvm/tools/llvm-size/
llvm-size.cpp 86 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() << "\n"
    [all...]
  /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";
  /frameworks/rs/cpu_ref/
rsCpuScriptGroup.cpp 86 if (sl->outs[ct]) {
87 mp->ptrOut = (uint8_t *)sl->outs[ct]->mHal.drvState.lod[0].mallocPtr;
89 ostep = sl->outs[ct]->mHal.state.elementSizeBytes;
91 mp->out = mp->ptrOut + sl->outs[ct]->mHal.drvState.lod[0].stride * p->y;
93 if (sl->outs[ct]->mHal.drvState.lod[0].dimY > p->lid) {
94 mp->out = mp->ptrOut + sl->outs[ct]->mHal.drvState.lod[0].stride * p->lid;
114 Vector<Allocation *> outs; local
184 outs.add(aout);
199 si->forEachMtlsSetup(ins[ct], outs[ct], NULL, 0, NULL, &mtls);
201 si->preLaunch(slot, ins[ct], outs[ct], mtls.fep.usr, mtls.fep.usrLen, NULL)
    [all...]
  /external/llvm/tools/llvm-nm/
llvm-nm.cpp 294 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() << "(absolute) "
    [all...]
  /frameworks/compile/mclinker/lib/Support/
CommandLine.cpp 45 outs() << "= " << pValue;
47 outs().indent(NumSpaces) << " (default: ";
49 outs() << pDefault.getValue();
51 outs() << "*no default*";
52 outs() << ")\n";
78 outs() << "= " << V;
81 outs().indent(NumSpaces) << " (default: ";
83 outs() << Default.getValue().c_str();
85 outs() << "*no default*";
86 outs() << ")\n"
    [all...]

Completed in 2066 milliseconds

1 2 3 4 5 6 7