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.h579 : OrcRuntime(std::move(OrcRuntimePath)) {} in ExecutorNativePlatform()
583 : OrcRuntime(std::move(OrcRuntimeMB)) {} in ExecutorNativePlatform()
597 std::variant<std::string, std::unique_ptr<MemoryBuffer>> OrcRuntime;
H A DELFNixPlatform.h111 std::unique_ptr<DefinitionGenerator> OrcRuntime,
H A DMachOPlatform.h145 std::unique_ptr<DefinitionGenerator> OrcRuntime,
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp126 cl::opt<std::string> OrcRuntime("orc-runtime", variable
1009 P = OrcRuntime.empty() ? LLJITPlatform::GenericIR in runOrcJIT()
1014 Builder.setPlatformSetUp(orc::ExecutorNativePlatform(OrcRuntime)); in runOrcJIT()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp1146 if (OrcRuntime.index() == 0) { in operator ()()
1147 auto A = errorOrToExpected(MemoryBuffer::getFile(std::get<0>(OrcRuntime))); in operator ()()
1152 RuntimeArchiveBuffer = std::move(std::get<1>(OrcRuntime)); in operator ()()
H A DELFNixPlatform.cpp206 std::unique_ptr<DefinitionGenerator> OrcRuntime, in Create() argument
244 ObjLinkingLayer, PlatformJD, std::move(OrcRuntime), Err)); in Create()
H A DMachOPlatform.cpp281 std::unique_ptr<DefinitionGenerator> OrcRuntime, in Create() argument
317 ObjLinkingLayer, PlatformJD, std::move(OrcRuntime), in Create()