Searched refs:ErrorStr (Results 1 - 25 of 28) sorted by relevance

12

/external/llvm/lib/ExecutionEngine/
H A DTargetSelect.cpp61 if (ErrorStr)
62 *ErrorStr = "No available targets are compatible with this -march, "
76 if (ErrorStr)
77 *ErrorStr = Error;
H A DExecutionEngine.cpp52 std::string *ErrorStr,
58 std::string *ErrorStr,
63 std::string *ErrorStr) =nullptr;
411 std::string *ErrorStr,
419 .setErrorStr(ErrorStr)
430 std::string *ErrorStr,
437 if (ErrorStr)
438 *ErrorStr = "JIT has not been linked in.";
446 EB.setErrorStr(ErrorStr);
455 if (!TM || (ErrorStr
409 create(Module *M, bool ForceInterpreter, std::string *ErrorStr, CodeGenOpt::Level OptLevel, bool GVsWithCode) argument
429 createJIT(Module *M, std::string *ErrorStr, JITMemoryManager *JMM, CodeGenOpt::Level OL, bool GVsWithCode, Reloc::Model RM, CodeModel::Model CMM) argument
[all...]
/external/llvm/lib/IR/
H A DLLVMContext.cpp129 void LLVMContext::emitError(const Twine &ErrorStr) { argument
130 diagnose(DiagnosticInfoInlineAsm(ErrorStr));
133 void LLVMContext::emitError(const Instruction *I, const Twine &ErrorStr) { argument
135 diagnose(DiagnosticInfoInlineAsm(*I, ErrorStr));
188 void LLVMContext::emitError(unsigned LocCookie, const Twine &ErrorStr) { argument
189 diagnose(DiagnosticInfoInlineAsm(LocCookie, ErrorStr));
/external/llvm/include/llvm/IR/
H A DLLVMContext.h156 void emitError(unsigned LocCookie, const Twine &ErrorStr);
157 void emitError(const Instruction *I, const Twine &ErrorStr);
158 void emitError(const Twine &ErrorStr);
/external/clang/lib/Basic/
H A DFileManager.cpp383 getBufferForFile(const FileEntry *Entry, std::string *ErrorStr, argument
399 if (ErrorStr)
400 *ErrorStr = ec.message();
413 if (ec && ErrorStr)
414 *ErrorStr = ec.message();
422 if (ec && ErrorStr)
423 *ErrorStr = ec.message();
428 getBufferForFile(StringRef Filename, std::string *ErrorStr) { argument
433 if (ec && ErrorStr)
434 *ErrorStr
[all...]
H A DSourceManager.cpp97 std::string ErrorStr; local
100 &ErrorStr,
123 ContentsEntry->getName(), ErrorStr);
126 << ContentsEntry->getName() << ErrorStr;
/external/llvm/tools/llvm-as/
H A Dllvm-as.cpp104 std::string ErrorStr; local
105 raw_string_ostream OS(ErrorStr);
/external/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h146 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; member in class:llvm::EngineBuilder
634 ErrorStr = e;
/external/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp270 std::string ErrorStr; local
272 if (!sys::Memory::setExecutable(Data, &ErrorStr))
273 return Error("unable to mark function executable: '" + ErrorStr + "'");
313 std::string ErrorStr; local
315 TargetRegistry::lookupTarget("", TheTriple, ErrorStr);
318 << ErrorStr << "\n"; local
/external/clang/include/clang/Basic/
H A DFileManager.h244 std::string *ErrorStr = nullptr,
248 std::string *ErrorStr = nullptr);
/external/clang/lib/Serialization/
H A DModuleManager.cpp60 std::string &ErrorStr) {
67 ErrorStr = "module file out of date";
72 ErrorStr = "module file not found";
113 ErrorStr = ec.message();
121 New->Buffer.reset(FileMgr.getBufferForFile(New->File, &ErrorStr,
55 addModule(StringRef FileName, ModuleKind Type, SourceLocation ImportLoc, ModuleFile *ImportedBy, unsigned Generation, off_t ExpectedSize, time_t ExpectedModTime, ModuleFile *&Module, std::string &ErrorStr) argument
H A DGlobalModuleIndex.cpp498 std::string ErrorStr; local
499 Buffer.reset(FileMgr.getBufferForFile(File, &ErrorStr, /*isVolatile=*/true));
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h239 std::string ErrorStr; member in class:llvm::RuntimeDyldImpl
243 ErrorStr = Msg.str();
396 StringRef getErrorString() { return ErrorStr; }
/external/clang/include/clang/Serialization/
H A DModuleManager.h184 /// \param ErrorStr Will be set to a non-empty string if any errors occurred
194 std::string &ErrorStr);
/external/llvm/lib/ExecutionEngine/JIT/
H A DJIT.h186 std::string *ErrorStr,
H A DJIT.cpp75 std::string *ErrorStr,
88 if (ErrorStr)
89 *ErrorStr = "target does not support JIT code generation";
74 createJIT(Module *M, std::string *ErrorStr, JITMemoryManager *JMM, bool GVsWithCode, TargetMachine *TM) argument
H A DJITMemoryManager.cpp344 bool CheckInvariants(std::string &ErrorStr) override;
684 bool DefaultJITMemoryManager::CheckInvariants(std::string &ErrorStr) { argument
685 raw_string_ostream Err(ErrorStr);
/external/clang/lib/CodeGen/
H A DCodeGenAction.cpp606 std::string ErrorStr; local
609 CI.getFileManager().getBufferForFile(LinkBCFile, &ErrorStr);
612 << LinkBCFile << ErrorStr; local
/external/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp575 std::string ErrorStr = local
579 if (!ErrorStr.empty())
580 return Error(Loc, ErrorStr.c_str());
/external/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h111 static ExecutionEngine *create(Module *M, std::string *ErrorStr = nullptr);
/external/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h329 std::string *ErrorStr,
H A DMCJIT.cpp46 std::string *ErrorStr,
45 createJIT(Module *M, std::string *ErrorStr, RTDyldMemoryManager *MemMgr, bool GVsWithCode, TargetMachine *TM) argument
/external/pcre/dist/
H A Dpcregexp.pas88 function ErrorStr : string; virtual; function
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/clang/lib/Frontend/
H A DCompilerInstance.cpp730 std::string ErrorStr; local
732 FileMgr.getBufferForFile(File, &ErrorStr, /*isVolatile=*/true)) {
737 Diags.Report(diag::err_cannot_open_file) << InputFile << ErrorStr; local
/external/clang/include/clang/Frontend/
H A DASTUnit.h688 std::string *ErrorStr = nullptr);

Completed in 537 milliseconds

12