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

  /external/llvm/tools/llvm-as/
llvm-as.cpp 104 std::string ErrorStr;
105 raw_string_ostream OS(ErrorStr);
  /external/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 270 std::string ErrorStr;
272 if (!sys::Memory::setExecutable(Data, &ErrorStr))
273 return Error("unable to mark function executable: '" + ErrorStr + "'");
313 std::string ErrorStr;
315 TargetRegistry::lookupTarget("", TheTriple, ErrorStr);
318 << ErrorStr << "\n";
  /external/pcre/dist/
pcregexp.pas 88 function ErrorStr : string; virtual;
679 function TpcRegExp.ErrorStr:string;
681 ErrorStr:=StrPas(ErrorMsg);
822 MessageBox(GetString(erRegExpCompile)+'"'+P^.ErrorStr+'"', nil,mfConfirmation+mfOkButton)
824 MessageBox(GetString(erRegExpCompile)+'"'+P^.ErrorStr+'"'+GetString(erRegExpCompPos),
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 239 std::string ErrorStr;
243 ErrorStr = Msg.str();
396 StringRef getErrorString() { return ErrorStr; }
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 606 std::string ErrorStr;
609 CI.getFileManager().getBufferForFile(LinkBCFile, &ErrorStr);
612 << LinkBCFile << ErrorStr;
  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 498 std::string ErrorStr;
499 Buffer.reset(FileMgr.getBufferForFile(File, &ErrorStr, /*isVolatile=*/true));
ASTReader.cpp     [all...]
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 146 std::string *ErrorStr,
152 std::string *ErrorStr,
156 static ExecutionEngine *(*InterpCtor)(Module *M, std::string *ErrorStr);
187 std::string *ErrorStr = nullptr,
199 std::string *ErrorStr = nullptr,
574 std::string *ErrorStr;
634 ErrorStr = e;
  /external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp 575 std::string ErrorStr =
579 if (!ErrorStr.empty())
580 return Error(Loc, ErrorStr.c_str());
    [all...]
  /external/clang/lib/Frontend/
CompilerInstance.cpp 730 std::string ErrorStr;
732 FileMgr.getBufferForFile(File, &ErrorStr, /*isVolatile=*/true)) {
737 Diags.Report(diag::err_cannot_open_file) << InputFile << ErrorStr;
    [all...]
  /external/clang/lib/Basic/
SourceManager.cpp 97 std::string ErrorStr;
100 &ErrorStr,
123 ContentsEntry->getName(), ErrorStr);
126 << ContentsEntry->getName() << ErrorStr;
    [all...]

Completed in 636 milliseconds