/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/ |
D | TargetSelect.cpp | 54 if (ErrorStr) in selectTarget() 55 *ErrorStr = "No available targets are compatible with this -march, " in selectTarget() 71 if (ErrorStr) in selectTarget() 72 *ErrorStr = Error; in selectTarget()
|
D | ExecutionEngine.cpp | 49 std::unique_ptr<Module> M, std::string *ErrorStr, 55 std::string *ErrorStr, std::shared_ptr<MCJITMemoryManager> MemMgr, 60 std::string *ErrorStr) =nullptr; 476 : M(std::move(M)), WhichEngine(EngineKind::Either), ErrorStr(nullptr), in EngineBuilder() 515 if (sys::DynamicLibrary::LoadLibraryPermanently(nullptr, ErrorStr)) in create() 525 if (ErrorStr) in create() 526 *ErrorStr = "Cannot create an interpreter with a memory manager."; in create() 542 EE = ExecutionEngine::OrcMCJITReplacementCtor(ErrorStr, std::move(MemMgr), in create() 547 EE = ExecutionEngine::MCJITCtor(std::move(M), ErrorStr, std::move(MemMgr), in create() 560 return ExecutionEngine::InterpCtor(std::move(M), ErrorStr); in create() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | LLVMContext.cpp | 176 void LLVMContext::emitError(const Twine &ErrorStr) { in emitError() argument 177 diagnose(DiagnosticInfoInlineAsm(ErrorStr)); in emitError() 180 void LLVMContext::emitError(const Instruction *I, const Twine &ErrorStr) { in emitError() argument 182 diagnose(DiagnosticInfoInlineAsm(*I, ErrorStr)); in emitError() 238 void LLVMContext::emitError(unsigned LocCookie, const Twine &ErrorStr) { in emitError() argument 239 diagnose(DiagnosticInfoInlineAsm(LocCookie, ErrorStr)); in emitError()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | LLVMContext.h | 286 void emitError(unsigned LocCookie, const Twine &ErrorStr); 287 void emitError(const Instruction *I, const Twine &ErrorStr); 288 void emitError(const Twine &ErrorStr);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | LLVMContext.h | 251 void emitError(unsigned LocCookie, const Twine &ErrorStr); 252 void emitError(const Instruction *I, const Twine &ErrorStr); 253 void emitError(const Twine &ErrorStr);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/ |
D | ExecutionEngine.h | 140 std::unique_ptr<Module> M, std::string *ErrorStr, 146 std::string *ErrorStr, std::shared_ptr<MCJITMemoryManager> MM, 151 std::string *ErrorStr); 530 std::string *ErrorStr; variable 577 ErrorStr = e; in setErrorStr()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldCOFF.cpp | 70 raw_string_ostream ErrStream(ErrorStr); in loadObject()
|
D | RuntimeDyldImpl.h | 319 std::string ErrorStr; variable 566 StringRef getErrorString() { return ErrorStr; } in getErrorString()
|
D | RuntimeDyldMachO.cpp | 376 raw_string_ostream ErrStream(ErrorStr); in loadObject()
|
D | RuntimeDyld.cpp | 133 ErrorStr = toString(std::move(Err)); in resolveRelocations()
|
D | RuntimeDyldELF.cpp | 260 raw_string_ostream ErrStream(ErrorStr); in loadObject()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
D | DarwinAsmParser.cpp | 692 std::string ErrorStr = in parseDirectiveSection() local 696 if (!ErrorStr.empty()) in parseDirectiveSection() 697 return Error(Loc, ErrorStr); in parseDirectiveSection()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.h | 103 std::string *ErrorStr = nullptr);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.h | 304 createJIT(std::unique_ptr<Module> M, std::string *ErrorStr,
|
D | MCJIT.cpp | 42 MCJIT::createJIT(std::unique_ptr<Module> M, std::string *ErrorStr, in createJIT() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 401 bool eatComma(StringRef ErrorStr); 7399 bool MipsAsmParser::eatComma(StringRef ErrorStr) { in eatComma() argument 7403 return Error(Loc, ErrorStr); in eatComma()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 8800 std::string ErrorStr; in getSymbolFunctionGlobalAddress() local 8801 raw_string_ostream ErrorFormatter(ErrorStr); in getSymbolFunctionGlobalAddress() 8807 report_fatal_error(ErrorStr); in getSymbolFunctionGlobalAddress()
|