Home
last modified time | relevance | path

Searched defs:ErrMsg (Results 1 – 25 of 29) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DProgram.cpp32 unsigned memoryLimit, std::string *ErrMsg, in ExecuteAndWait()
51 unsigned memoryLimit, std::string *ErrMsg, in ExecuteNoWait()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DProgram.cpp34 std::string *ErrMsg, bool *ExecutionFailed) { in ExecuteAndWait()
54 unsigned MemoryLimit, std::string *ErrMsg, in ExecuteNoWait()
DError.cpp142 std::string ErrMsg; in report_fatal_error() local
160 char *ErrMsg = new char[Tmp.size() + 1]; in LLVMGetErrorMessage() local
166 void LLVMDisposeErrorMessage(char *ErrMsg) { delete[] ErrMsg; } in LLVMDisposeErrorMessage()
DGraphWriter.cpp95 std::string &ErrMsg) { in ExecGraphViewer()
151 std::string ErrMsg; in DisplayGraph() local
DFileCheckImpl.h334 static Error get(const SourceMgr &SM, SMLoc Loc, const Twine &ErrMsg) { in get()
339 static Error get(const SourceMgr &SM, StringRef Buffer, const Twine &ErrMsg) { in get()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOCodeGenerator.cpp234 std::string ErrMsg = "could not open bitcode file for writing: "; in writeMergedModules() local
245 std::string ErrMsg = "could not write bitcode file: "; in writeMergedModules() local
350 std::string ErrMsg; in determineTarget() local
707 void LTOCodeGenerator::emitError(const std::string &ErrMsg) { in emitError()
714 void LTOCodeGenerator::emitWarning(const std::string &ErrMsg) { in emitWarning()
DThinLTOCodeGenerator.cpp545 std::string ErrMsg; in create() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/
DUnix.h76 std::string ErrMsg; in ReportErrnumFatal() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DJITTargetMachineBuilder.cpp44 std::string ErrMsg; in createTargetMachine() local
DExecutionUtils.cpp209 std::string ErrMsg; in Load() local
DIndirectionUtils.cpp91 std::string ErrMsg; in executeCompileCallback() local
DOrcCBindingsStack.h527 std::string ErrMsg; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldChecker.cpp258 std::string ErrMsg; in evalDecodeOperand() local
271 std::string ErrMsg; in evalDecodeOperand() local
423 std::string ErrMsg("No known address for symbol '"); in evalIdentifierExpr() local
794 std::string ErrMsg; in getSectionAddr() local
827 std::string ErrMsg; in getStubOrGOTAddrFor() local
DRuntimeDyld.cpp1214 std::string ErrMsg; in finalizeAsync() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp42 static bool checkScale(unsigned Scale, StringRef &ErrMsg) { in checkScale()
356 bool setSymRef(const MCExpr *Val, StringRef ID, StringRef &ErrMsg) { in setSymRef()
464 bool onPlus(StringRef &ErrMsg) { in onPlus()
495 bool onMinus(StringRef &ErrMsg) { in onMinus()
576 bool onRegister(unsigned Reg, StringRef &ErrMsg) { in onRegister()
614 bool ParsingInlineAsm, StringRef &ErrMsg) { in onIdentifierExpr()
643 bool onInteger(int64_t TmpInt, StringRef &ErrMsg) { in onInteger()
819 StringRef &ErrMsg) { in onOffset()
1045 StringRef &ErrMsg) { in CheckBaseRegAndIndexRegAndScale()
1484 StringRef ErrMsg; in ParseIntelNamedOperator() local
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DRuntimeDyld.h46 RuntimeDyldError(std::string ErrMsg) : ErrMsg(std::move(ErrMsg)) {} in RuntimeDyldError()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOAArch64.h42 std::string ErrMsg; in decodeAddend() local
54 std::string ErrMsg; in decodeAddend() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DSectionMemoryManager.cpp140 bool SectionMemoryManager::finalizeMemory(std::string *ErrMsg) { in finalizeMemory()
DExecutionEngineBindings.cpp376 bool SimpleBindingMemoryManager::finalizeMemory(std::string *ErrMsg) { in finalizeMemory()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/Windows/
DWindowsSupport.h72 std::string ErrMsg; in ReportLastErrorFatal() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DWindowsSupport.h72 inline bool MakeErrMsg(std::string *ErrMsg, const std::string &prefix) { in MakeErrMsg()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DMachO_x86_64.cpp457 std::string ErrMsg; in targetOutOfRangeError() local
DMachO_arm64.cpp497 std::string ErrMsg; in targetOutOfRangeError() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/RPC/
DRPCSerialization.h410 std::string ErrMsg; in serializeAsStringError() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h46 JITLinkError(Twine ErrMsg) : ErrMsg(ErrMsg.str()) {} in JITLinkError()

12