Searched refs:OrcRuntimePath (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | LLJIT.h | 552 ExecutorNativePlatform(std::string OrcRuntimePath) in ExecutorNativePlatform() argument 553 : OrcRuntime(std::move(OrcRuntimePath)) {} in ExecutorNativePlatform()
|
| H A D | COFFPlatform.h | 52 JITDylib &PlatformJD, const char *OrcRuntimePath,
|
| H A D | ELFNixPlatform.h | 103 JITDylib &PlatformJD, const char *OrcRuntimePath,
|
| H A D | MachOPlatform.h | 131 JITDylib &PlatformJD, const char *OrcRuntimePath,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | COFFPlatform.cpp | 227 JITDylib &PlatformJD, const char *OrcRuntimePath, in Create() argument 232 auto ArchiveBuffer = MemoryBuffer::getFile(OrcRuntimePath); in Create() 234 return createFileError(OrcRuntimePath, ArchiveBuffer.getError()); in Create()
|
| H A D | ELFNixPlatform.cpp | 162 JITDylib &PlatformJD, const char *OrcRuntimePath, in Create() argument 167 StaticLibraryDefinitionGenerator::Load(ObjLinkingLayer, OrcRuntimePath); in Create()
|
| H A D | MachOPlatform.cpp | 302 JITDylib &PlatformJD, const char *OrcRuntimePath, in Create() argument 309 StaticLibraryDefinitionGenerator::Load(ObjLinkingLayer, OrcRuntimePath); in Create()
|