Searched refs:errs (Results 26 - 50 of 533) sorted by relevance

1234567891011>>

/external/spirv-llvm/tools/llvm-spirv/
H A Dllvm-spirv.cpp124 errs() << "Fails to open input file: " << Err;
132 errs() << "Fails to load bitcode: " << EC.message();
139 errs() << "Fails to materialize: " << EC.message();
155 errs() << "Fails to save LLVM as SPIRV: " << Err << '\n';
169 errs() << "Fails to load SPIRV as LLVM Module: " << Err << '\n';
178 errs() << "Fails to verify module: " << ErrorOS.str();
192 errs() << "Fails to open output file: " << EC.message();
206 errs() << "Invalid arguments\n";
223 errs() << "Fails to convert SPIR-V : " << Err << '\n';
244 errs() << "Fail
[all...]
/external/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelDAGToDAG.cpp72 DEBUG(errs() << "Selecting: ");
74 DEBUG(errs() << "\n");
78 DEBUG(errs() << "== "; Node->dump(CurDAG); errs() << "\n");
/external/llvm/tools/llvm-cov/
H A Dllvm-cov.cpp41 errs() << "Usage: llvm-cov {gcov|report|show} [OPTION]...\n\n"
87 errs().changeColor(raw_ostream::RED);
88 errs() << "Unrecognized command: " << argv[1] << ".\n\n";
90 errs().resetColor();
/external/skia/infra/bots/
H A Dinfra_tests.py59 errs = []
63 errs.append(err)
65 if len(errs) > 0:
67 for err in errs:
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DDominators.cpp71 errs() << "DominatorTree is not up to date!\nComputed:\n";
72 print(errs());
73 errs() << "\nActual:\n";
74 OtherDT.print(errs());
/external/swiftshader/third_party/LLVM/utils/not/
H A Dnot.cpp22 errs() << "Error: " << ErrMsg << "\n";
/external/llvm/lib/TableGen/
H A DMain.cpp54 errs() << argv0 << ": the option -d must be used together with -o\n";
60 errs() << argv0 << ": error opening " << DependFilename << ":"
80 errs() << "Could not open input file '" << InputFilename
100 errs() << argv0 << ": error opening " << OutputFilename << ":"
113 errs() << argv0 << ": " << ErrorsPrinted << " errors.\n";
/external/swiftshader/third_party/LLVM/lib/TableGen/
H A DMain.cpp57 errs() << "Could not open input file '" << InputFilename << "': "
78 errs() << argv0 << ": error opening " << OutputFilename
84 errs() << argv0 << ": the option -d must be used together with -o\n";
89 errs() << argv0 << ": error opening " << DependFilename
118 errs() << argv0 << ": Unknown unexpected exception occurred.\n";
/external/swiftshader/third_party/LLVM/tools/llvm-as/
H A Dllvm-as.cpp76 errs() << ErrorInfo << '\n';
99 Err.Print(argv[0], errs());
106 errs() << argv[0]
108 errs() << Err;
113 if (DumpAsm) errs() << "Here's the assembly:\n" << *M.get();
/external/swiftshader/third_party/LLVM/tools/llvm-mc/
H A DDisassembler.cpp152 errs() << "error: no assembly info for target " << Triple << "\n";
158 errs() << "error: no subtarget info for target " << Triple << "\n";
164 errs() << "error: no disassembler for target " << Triple << "\n";
172 errs() << "error: no instruction printer for target " << Triple << '\n';
238 errs() << "error: no default assembly syntax for " << TS.c_str() << "\n";
255 errs() << "error: couldn't get disassembler for " << TS << '\n';
264 errs() << "error: Didn't get an instruction\n";
272 errs() << "error: couldn't count the instruction's tokens\n";
280 errs() << "error: Couldn't get token\n";
286 errs() << "erro
[all...]
/external/llvm/utils/KillTheDoctor/
H A DKillTheDoctor.cpp312 errs() << ToolName << ": Timeout value too large, must be less than: "
323 errs() << ToolName << ": Failed to find program: '" << CommandLine
329 errs() << ToolName << ": Found Program: " << ProgramToRun << '\n';
337 errs() << ToolName << ": Program Image Path: " << ProgramToRun << '\n'
362 errs() << ToolName << ": Failed to run program: '" << ProgramToRun << "': "
378 errs() << ToolName << ": Debugging...\n";
393 errs() << ToolName << ": Failed to get process times: "
406 errs() << ToolName << ": Timeout Failed: Process has been running for"
415 errs() << ToolName << ": Process timed out.\n";
430 errs() << ToolNam
[all...]
/external/swiftshader/third_party/LLVM/utils/KillTheDoctor/
H A DKillTheDoctor.cpp350 errs() << ToolName << ": Timeout value too large, must be less than: "
361 errs() << ToolName << ": Failed to find program: '" << CommandLine
367 errs() << ToolName << ": Found Program: " << ProgramToRun << '\n';
377 errs() << ToolName << ": Program Image Path: " << ProgramToRun << '\n'
402 errs() << ToolName << ": Failed to run program: '" << ProgramToRun
418 errs() << ToolName << ": Debugging...\n";
433 errs() << ToolName << ": Failed to get process times: "
446 errs() << ToolName << ": Timeout Failed: Process has been running for"
455 errs() << ToolName << ": Process timed out.\n";
469 errs() << ToolNam
[all...]
/external/llvm/lib/Support/
H A DDAGDeltaAlgorithm.cpp228 llvm::errs() << "-- DAGDeltaAlgorithmImpl --\n";
229 llvm::errs() << "Changes: [";
232 if (it != Changes.begin()) llvm::errs() << ", ";
233 llvm::errs() << *it;
236 llvm::errs() << "(";
239 if (it2 != succ_begin(*it)) llvm::errs() << ", ";
240 llvm::errs() << "->" << *it2;
242 llvm::errs() << ")";
245 llvm::errs() << "]\n";
247 llvm::errs() << "Root
[all...]
H A DGraphWriter.cpp72 errs() << "Error: " << EC.message() << "\n";
76 errs() << "Writing '" << Filename << "'... ";
88 errs() << "Error: " << ErrMsg << "\n";
92 errs() << " done. \n";
95 errs() << "Remember to erase graph file: " << Filename << "\n";
151 errs() << "Trying 'open' program... ";
161 errs() << "Trying 'xdg-open' program... ";
173 errs() << "Running 'Graphviz' program... ";
188 errs() << "Running 'xdot.py' program... ";
235 errs() << "Runnin
[all...]
/external/swiftshader/third_party/LLVM/lib/Support/
H A DDAGDeltaAlgorithm.cpp234 llvm::errs() << "-- DAGDeltaAlgorithmImpl --\n";
235 llvm::errs() << "Changes: [";
238 if (it != Changes.begin()) llvm::errs() << ", ";
239 llvm::errs() << *it;
242 llvm::errs() << "(";
245 if (it2 != succ_begin(*it)) llvm::errs() << ", ";
246 llvm::errs() << "->" << *it2;
248 llvm::errs() << ")";
251 llvm::errs() << "]\n";
253 llvm::errs() << "Root
[all...]
H A DGraphWriter.cpp65 errs() << "Running 'Graphviz' program... ";
67 errs() << "Error: " << ErrMsg << "\n";
71 errs() << " done. \n";
84 default: errs() << "Unknown graph layout name; using default.\n";
89 errs() << "Running 'xdot.py' program... ";
92 errs() << "Error: " << ErrMsg << "\n";
96 errs() << " done. \n";
154 errs() << "Running '" << prog.str() << "' program... ";
157 errs() << "Error: " << ErrMsg << "\n";
160 errs() << " don
[all...]
/external/llvm/examples/Fibonacci/
H A Dfibonacci.cpp125 errs() << argv[0] << ": Failed to construct ExecutionEngine: " << errStr
130 errs() << "verifying... ";
132 errs() << argv[0] << ": Error constructing function!\n";
136 errs() << "OK\n";
137 errs() << "We just constructed this LLVM module:\n\n---------\n" << *M;
138 errs() << "---------\nstarting fibonacci(" << n << ") with JIT...\n";
/external/llvm/lib/Analysis/
H A DCFGPrinter.cpp81 errs() << "Writing '" << Filename << "'...";
89 errs() << " error opening file for writing!";
90 errs() << "\n";
115 errs() << "Writing '" << Filename << "'...";
123 errs() << " error opening file for writing!";
124 errs() << "\n";
H A DAliasAnalysisEvaluator.cpp52 errs() << " " << Msg << ":\t"
62 errs() << " " << Msg << ": Ptr: ";
63 Ptr->printAsOperand(errs(), true, M);
64 errs() << "\t<->" << *I << '\n';
72 errs() << " " << Msg << ": " << *CSA.getInstruction()
81 errs() << " " << Msg << ": " << *V1
139 errs() << "Function: " << F.getName() << ": " << Pointers.size()
297 errs() << "(" << Num * 100LL / Sum << "." << ((Num * 1000LL / Sum) % 10)
307 errs() << "===== Alias Analysis Evaluator Report =====\n";
309 errs() << " Alia
[all...]
/external/swiftshader/third_party/LLVM/examples/Fibonacci/
H A Dfibonacci.cpp113 errs() << argv[0] << ": Failed to construct ExecutionEngine: " << errStr
118 errs() << "verifying... ";
120 errs() << argv[0] << ": Error constructing function!\n";
124 errs() << "OK\n";
125 errs() << "We just constructed this LLVM module:\n\n---------\n" << *M;
126 errs() << "---------\nstarting fibonacci(" << n << ") with JIT...\n";
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DProfileInfoLoader.cpp47 errs() << ToolName << ": data packet truncated!\n";
58 errs() << ToolName << ": data packet truncated!\n";
92 errs() << ToolName << ": Error opening '" << Filename << "': ";
110 errs() << ToolName << ": arguments packet truncated!\n";
121 errs() << ToolName << ": arguments packet truncated!\n";
150 errs() << ToolName << ": Unknown packet type #" << PacketType << "!\n";
/external/clang/tools/arcmt-test/
H A Darcmt-test.cpp111 new TextDiagnosticPrinter(llvm::errs(), &*DiagOpts);
127 llvm::errs() << "error: no input files\n";
156 new TextDiagnosticPrinter(llvm::errs(), &*DiagOpts);
167 llvm::errs() << "error: no input files\n";
192 llvm::errs() << "\n##### FINAL RESULT #####\n";
194 llvm::errs() << "\n##### OUTPUT AFTER "<< i+1 <<". TRANSFORMATION #####\n";
195 printResult(migration.getRemapper(), llvm::errs());
196 llvm::errs() << "\n##########################\n\n";
233 errs() << "error: filename '" << fname
246 errs() << "erro
[all...]
/external/llvm/tools/opt/
H A DAnalysisWrappers.cpp52 errs() << "Function '" << I->getName() << "':\n";
55 errs() << *UI;
/external/llvm/lib/Target/Mips/
H A DMipsModuleISelDAGToDAG.cpp43 DEBUG(errs() << "In MipsModuleDAGToDAGISel::runMachineFunction\n");
/external/llvm/tools/llvm-diff/
H A Dllvm-diff.cpp38 Diag.print("llvm-diff", errs());
52 errs() << "No function named @" << Name << " in either module\n";
54 errs() << "No function named @" << Name << " in left module\n";
56 errs() << "No function named @" << Name << " in right module\n";

Completed in 712 milliseconds

1234567891011>>