Home
last modified time | relevance | path

Searched refs:OrcRuntime (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h578 : OrcRuntime(std::move(OrcRuntimePath)) {} in ExecutorNativePlatform()
582 : OrcRuntime(std::move(OrcRuntimeMB)) {} in ExecutorNativePlatform()
596 std::variant<std::string, std::unique_ptr<MemoryBuffer>> OrcRuntime;
H A DELFNixPlatform.h97 JITDylib &PlatformJD, std::unique_ptr<DefinitionGenerator> OrcRuntime,
H A DMachOPlatform.h137 JITDylib &PlatformJD, std::unique_ptr<DefinitionGenerator> OrcRuntime,
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp124 cl::opt<std::string> OrcRuntime("orc-runtime", variable
1007 P = OrcRuntime.empty() ? LLJITPlatform::GenericIR in runOrcJIT()
1012 Builder.setPlatformSetUp(orc::ExecutorNativePlatform(OrcRuntime)); in runOrcJIT()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp117 JITDylib &PlatformJD, std::unique_ptr<DefinitionGenerator> OrcRuntime, in Create()
153 ES, ObjLinkingLayer, PlatformJD, std::move(OrcRuntime), Err)); in Create()
106 Create(ExecutionSession & ES,ObjectLinkingLayer & ObjLinkingLayer,JITDylib & PlatformJD,std::unique_ptr<DefinitionGenerator> OrcRuntime,std::optional<SymbolAliasMap> RuntimeAliases) Create() argument
H A DLLJIT.cpp1128 if (OrcRuntime.index() == 0) { in operator ()()
1129 auto A = errorOrToExpected(MemoryBuffer::getFile(std::get<0>(OrcRuntime))); in operator ()()
1134 RuntimeArchiveBuffer = std::move(std::get<1>(OrcRuntime)); in operator ()()
H A DMachOPlatform.cpp296 JITDylib &PlatformJD, std::unique_ptr<DefinitionGenerator> OrcRuntime, in Create() argument
329 ES, ObjLinkingLayer, PlatformJD, std::move(OrcRuntime), in Create()