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

  /external/llvm/utils/FileUpdate/
FileUpdate.cpp 72 std::string ErrorStr;
73 tool_output_file OutStream(OutputFilename.c_str(), ErrorStr,
75 if (!ErrorStr.empty()) {
77 << OutputFilename << "': " << ErrorStr << '\n';
  /external/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 220 std::string ErrorStr;
222 if (!sys::Memory::setExecutable(Data, &ErrorStr))
223 return Error("unable to mark function executable: '" + ErrorStr + "'");
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 193 std::string ErrorStr;
197 ErrorStr = Msg.str();
334 StringRef getErrorString() { return ErrorStr; }
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 355 std::string ErrorStr;
358 CI.getFileManager().getBufferForFile(LinkBCFile, &ErrorStr);
361 << LinkBCFile << ErrorStr;
365 LinkModuleToUse = getLazyBitcodeModule(BCBuf, *VMContext, &ErrorStr);
368 << LinkBCFile << ErrorStr;
  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 471 std::string ErrorStr;
472 Buffer.reset(FileMgr.getBufferForFile(File, &ErrorStr, /*isVolatile=*/true));
ASTReader.cpp     [all...]
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 139 std::string *ErrorStr,
145 std::string *ErrorStr,
149 static ExecutionEngine *(*InterpCtor)(Module *M, std::string *ErrorStr);
189 std::string *ErrorStr = 0,
201 std::string *ErrorStr = 0,
501 std::string *ErrorStr;
517 ErrorStr = NULL;
571 ErrorStr = e;
  /external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp 529 std::string ErrorStr =
533 if (!ErrorStr.empty())
534 return Error(Loc, ErrorStr.c_str());
  /external/clang/lib/Basic/
SourceManager.cpp 99 std::string ErrorStr;
102 &ErrorStr,
125 ContentsEntry->getName(), ErrorStr);
128 << ContentsEntry->getName() << ErrorStr;
    [all...]

Completed in 190 milliseconds