HomeSort by relevance Sort by last modified time
    Searched defs:ErrInfo (Results 1 - 5 of 5) sorted by null

  /external/swiftshader/third_party/LLVM/tools/opt/
GraphPrinters.cpp 30 std::string ErrInfo;
31 tool_output_file F(Filename.c_str(), ErrInfo);
33 if (ErrInfo.empty()) {
  /external/swiftshader/third_party/LLVM/examples/BrainF/
BrainFDriver.cpp 110 std::string ErrInfo;
111 out = new raw_fd_ostream(OutputFilename.c_str(), ErrInfo,
  /external/swiftshader/third_party/LLVM/tools/bugpoint/
OptimizerDriver.cpp 53 std::string ErrInfo;
54 tool_output_file Out(Filename.c_str(), ErrInfo,
56 if (ErrInfo.empty()) {
131 std::string ErrInfo;
132 tool_output_file InFile(inputFilename.c_str(), ErrInfo,
136 if (!ErrInfo.empty()) {
  /external/swiftshader/third_party/LLVM/tools/llvm-extract/
llvm-extract.cpp 173 std::string ErrInfo;
174 if (GV->Materialize(&ErrInfo)) {
175 errs() << argv[0] << ": error reading input: " << ErrInfo << "\n";
187 std::string ErrInfo;
188 if (G->Materialize(&ErrInfo)) {
189 errs() << argv[0] << ": error reading input: " << ErrInfo << "\n";
197 std::string ErrInfo;
198 if (F->Materialize(&ErrInfo)) {
199 errs() << argv[0] << ": error reading input: " << ErrInfo << "\n";
  /external/swiftshader/third_party/LLVM/tools/lto/
LTOCodeGenerator.cpp 157 std::string ErrInfo;
158 tool_output_file Out(path, ErrInfo,
160 if (!ErrInfo.empty()) {

Completed in 3770 milliseconds