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 53 std::string ErrInfo;
54 tool_output_file Out(Filename.c_str(), ErrInfo,
56 if (ErrInfo.empty()) {
134 std::string ErrInfo;
135 tool_output_file InFile(inputFilename.c_str(), ErrInfo,
139 if (!ErrInfo.empty()) {
  /external/llvm/tools/llvm-extract/
llvm-extract.cpp 220 std::string ErrInfo;
221 if (GV->Materialize(&ErrInfo)) {
222 errs() << argv[0] << ": error reading input: " << ErrInfo << "\n";
234 std::string ErrInfo;
235 if (G->Materialize(&ErrInfo)) {
236 errs() << argv[0] << ": error reading input: " << ErrInfo << "\n";
244 std::string ErrInfo;
245 if (F->Materialize(&ErrInfo)) {
246 errs() << argv[0] << ": error reading input: " << ErrInfo << "\n";
  /external/llvm/tools/lto/
LTOCodeGenerator.cpp 134 std::string ErrInfo;
135 tool_output_file Out(path, ErrInfo,
137 if (!ErrInfo.empty()) {

Completed in 54 milliseconds