Home
last modified time | relevance | path

Searched refs:ErrorStr (Results 1 – 17 of 17) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DTargetSelect.cpp54 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()
DExecutionEngine.cpp49 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/
DLLVMContext.cpp176 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/
DLLVMContext.h286 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/
DLLVMContext.h251 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/
DExecutionEngine.h140 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/
DRuntimeDyldCOFF.cpp70 raw_string_ostream ErrStream(ErrorStr); in loadObject()
DRuntimeDyldImpl.h319 std::string ErrorStr; variable
566 StringRef getErrorString() { return ErrorStr; } in getErrorString()
DRuntimeDyldMachO.cpp376 raw_string_ostream ErrStream(ErrorStr); in loadObject()
DRuntimeDyld.cpp133 ErrorStr = toString(std::move(Err)); in resolveRelocations()
DRuntimeDyldELF.cpp260 raw_string_ostream ErrStream(ErrorStr); in loadObject()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp692 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/
DInterpreter.h103 std::string *ErrorStr = nullptr);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.h304 createJIT(std::unique_ptr<Module> M, std::string *ErrorStr,
DMCJIT.cpp42 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/
DMipsAsmParser.cpp401 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/
DSelectionDAG.cpp8800 std::string ErrorStr; in getSymbolFunctionGlobalAddress() local
8801 raw_string_ostream ErrorFormatter(ErrorStr); in getSymbolFunctionGlobalAddress()
8807 report_fatal_error(ErrorStr); in getSymbolFunctionGlobalAddress()