Searched refs:OrcRuntime (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | LLJIT.h | 579 : 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 D | ELFNixPlatform.h | 111 std::unique_ptr<DefinitionGenerator> OrcRuntime,
|
| H A D | MachOPlatform.h | 145 std::unique_ptr<DefinitionGenerator> OrcRuntime,
|
| /freebsd/contrib/llvm-project/llvm/tools/lli/ |
| H A D | lli.cpp | 126 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 D | LLJIT.cpp | 1146 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 D | ELFNixPlatform.cpp | 206 std::unique_ptr<DefinitionGenerator> OrcRuntime, in Create() argument 244 ObjLinkingLayer, PlatformJD, std::move(OrcRuntime), Err)); in Create()
|
| H A D | MachOPlatform.cpp | 281 std::unique_ptr<DefinitionGenerator> OrcRuntime, in Create() argument 317 ObjLinkingLayer, PlatformJD, std::move(OrcRuntime), in Create()
|