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

  /external/llvm/examples/BrainF/
BrainFDriver.cpp 109 std::string ErrInfo;
110 out = new raw_fd_ostream(OutputFilename.c_str(), ErrInfo,
  /external/llvm/tools/bugpoint/
OptimizerDriver.cpp 73 std::string ErrInfo;
74 tool_output_file Out(Filename.c_str(), ErrInfo, sys::fs::F_Binary);
75 if (ErrInfo.empty())
  /external/llvm/tools/llvm-extract/
llvm-extract.cpp 221 std::string ErrInfo;
222 if (GV->Materialize(&ErrInfo)) {
223 errs() << argv[0] << ": error reading input: " << ErrInfo << "\n";
235 std::string ErrInfo;
236 if (G->Materialize(&ErrInfo)) {
237 errs() << argv[0] << ": error reading input: " << ErrInfo << "\n";
245 std::string ErrInfo;
246 if (F->Materialize(&ErrInfo)) {
247 errs() << argv[0] << ": error reading input: " << ErrInfo << "\n";
  /external/llvm/tools/lto/
LTOCodeGenerator.cpp 169 std::string ErrInfo;
170 tool_output_file Out(path, ErrInfo, sys::fs::F_Binary);
171 if (!ErrInfo.empty()) {

Completed in 213 milliseconds