Lines Matching refs:ErrorStr
50 std::unique_ptr<Module> M, std::string *ErrorStr,
56 std::string *ErrorStr) =nullptr;
472 : M(std::move(M)), WhichEngine(EngineKind::Either), ErrorStr(nullptr),
510 if (sys::DynamicLibrary::LoadLibraryPermanently(nullptr, ErrorStr))
520 if (ErrorStr)
521 *ErrorStr = "Cannot create an interpreter with a memory manager.";
537 EE = ExecutionEngine::MCJITCtor(std::move(M), ErrorStr, std::move(MemMgr),
550 return ExecutionEngine::InterpCtor(std::move(M), ErrorStr);
551 if (ErrorStr)
552 *ErrorStr = "Interpreter has not been linked in.";
557 if (ErrorStr)
558 *ErrorStr = "JIT has not been linked in.";