Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
HDLLJIT.h578 : OrcRuntime(std::move(OrcRuntimePath)) {} in ExecutorNativePlatform()
582 : OrcRuntime(std::move(OrcRuntimeMB)) {} in ExecutorNativePlatform()
596 std::variant<std::string, std::unique_ptr<MemoryBuffer>> OrcRuntime;
HDELFNixPlatform.h97 JITDylib &PlatformJD, std::unique_ptr<DefinitionGenerator> OrcRuntime,
HDMachOPlatform.h137 JITDylib &PlatformJD, std::unique_ptr<DefinitionGenerator> OrcRuntime,
/freebsd-head/contrib/llvm-project/llvm/tools/lli/
HDlli.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-head/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
HDELFNixPlatform.cpp117 JITDylib &PlatformJD, std::unique_ptr<DefinitionGenerator> OrcRuntime, in Create() argument
153 ES, ObjLinkingLayer, PlatformJD, std::move(OrcRuntime), Err)); in Create()
HDLLJIT.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 ()()
HDMachOPlatform.cpp296 JITDylib &PlatformJD, std::unique_ptr<DefinitionGenerator> OrcRuntime, in Create() argument
329 ES, ObjLinkingLayer, PlatformJD, std::move(OrcRuntime), in Create()