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

1 2 3 4 5 6

  /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 128 outs() << "Read input file : '" << Filenames[0] << "'\n";
134 outs() << "Linking in input file: '" << Filenames[i] << "'\n";
139 outs() << "*** All input ok\n";
165 outs() << "Running selected passes on program to test for crash: ";
174 outs() << "Running the code generator to test for a crash: ";
178 outs() << Error;
181 outs() << '\n';
189 outs() << "Generating reference output from raw program: ";
204 outs() << "*** Checking the code generator...\n";
211 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!
247 outs() << "Checking to see if the program is misoptimized when
    [all...]
  /frameworks/compile/mclinker/lib/Script/
InputSectDesc.cpp 37 mcld::outs() << "KEEP (";
41 mcld::outs() << "SORT (";
43 mcld::outs() << m_Spec.file().name();
46 mcld::outs() << "(";
49 mcld::outs() << "EXCLUDE_FILE (";
54 mcld::outs() << (*it)->name() << " ";
56 mcld::outs() << ")";
69 mcld::outs() << "SORT (";
72 mcld::outs() << "SORT_BY_ALIGNMENT (";
75 mcld::outs() << "SORT_BY_NAME_ALIGNMENT ("
    [all...]
OutputSectDesc.cpp 42 mcld::outs() << m_Name << "\t";
46 mcld::outs() << "\t";
51 mcld::outs() << "(NOLOAD)";
54 mcld::outs() << "(DSECT)";
57 mcld::outs() << "(COPY)";
60 mcld::outs() << "(INFO)";
63 mcld::outs() << "(OVERLAY)";
68 mcld::outs() << ":\n";
71 mcld::outs() << "\tAT ( ";
73 mcld::outs() << " )\n"
    [all...]
OutputFormatCmd.cpp 35 mcld::outs() << "OUTPUT_FORMAT ( ";
39 mcld::outs() << " , ";
40 mcld::outs() << m_FormatList[i];
42 mcld::outs() << " )\n";
AssertCmd.cpp 35 mcld::outs() << "Assert ( ";
39 mcld::outs() << " , " << m_Message << " )\n";
EntryCmd.cpp 28 mcld::outs() << "ENTRY ( " << m_Entry << " )\n";
OutputArchCmd.cpp 25 mcld::outs() << "OUTPUT_ARCH ( " << m_Arch << " )\n";
OutputCmd.cpp 27 mcld::outs() << "OUTPUT ( " << m_OutputFile << " )\n";
SearchDirCmd.cpp 28 mcld::outs() << "SEARCH_DIR ( " << m_Path << " )\n";
StringList.cpp 37 mcld::outs() << (*it)->name() << "\t";
38 mcld::outs() << "\n";
  /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...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 226 outs() << "\t.long " << Value;
232 outs() << "\t.short " << Value;
238 outs() << "\t.byte " << Value;
242 outs() << "\t@ KIND_DATA\n";
244 outs() << "\t@ data in code kind = " << Kind << "\n";
250 outs() << "\t.byte " << format("%3u", Value) << "\t@ KIND_JUMP_TABLE8\n";
257 outs() << "\t.short " << format("%5u", Value & 0xffff)
266 outs() << "\t.long " << Value;
268 outs() << "\t@ KIND_JUMP_TABLE32\n";
270 outs() << "\t@ KIND_ABS_JUMP_TABLE32\n"
    [all...]
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...]
  /external/glide/third_party/gif_encoder/src/main/java/com/bumptech/glide/gifencoder/
LZWEncoder.java 122 void char_out(byte c, OutputStream outs) throws IOException {
125 flush_char(outs);
131 void cl_block(OutputStream outs) throws IOException {
136 output(ClearCode, outs);
145 void compress(int init_bits, OutputStream outs) throws IOException {
178 output(ClearCode, outs);
203 output(ent, outs);
209 cl_block(outs);
212 output(ent, outs);
213 output(EOFCode, outs);
    [all...]
  /external/llvm/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp 345 if (Dump) outs() << Indent << "<BLOCKINFO_BLOCK/>\n";
359 outs() << Indent << "<";
362 outs() << BlockName;
364 outs() << "UnknownBlock" << BlockID;
367 outs() << " BlockID=" << BlockID;
369 outs() << " NumWords=" << NumWords
392 outs() << Indent << "</";
394 outs() << BlockName << ">\n";
396 outs() << "UnknownBlock" << BlockID << ">\n";
442 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 120 outs() << "We just constructed this LLVM module:\n\n" << *M;
121 outs() << "\n\nRunning foo: ";
122 outs().flush();
129 outs() << "Result: " << gv.IntVal << "\n";
  /external/llvm/tools/llvm-nm/
llvm-nm.cpp 316 outs() << Str << ' ';
318 outs() << Str << ' ';
320 outs() << Str << ' ';
322 outs() << Str << ' ';
324 outs() << Str << ' ';
325 outs() << I->Name << "\n";
332 outs() << SymbolAddrStr << ' ';
338 outs() << "(common) ";
340 outs() << "(alignment 2^" << (int)MachO::GET_COMM_ALIGN(NDesc) << ") ";
343 outs() << "(prebound "
    [all...]
  /external/llvm/tools/dsymutil/
BinaryHolder.cpp 24 outs() << "trying to open '" << Filename << "'\n";
46 outs() << "\tloaded file.\n";
68 outs() << "\tfound member in current archive.\n";
85 outs() << "\topened new archive '" << ArchiveFilename << "'\n";

Completed in 1186 milliseconds

1 2 3 4 5 6