Searched refs:OrcRuntimePath (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | LLJIT.h | 577 ExecutorNativePlatform(std::string OrcRuntimePath) in ExecutorNativePlatform() argument 578 : 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 | 145 JITDylib &PlatformJD, const char *OrcRuntimePath,
|
| /freebsd/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() 167 StaticLibraryDefinitionGenerator::Load(ObjLinkingLayer, OrcRuntimePath); in setupJITDylib() 151 Create(ExecutionSession & ES,ObjectLinkingLayer & ObjLinkingLayer,JITDylib & PlatformJD,const char * OrcRuntimePath,std::optional<SymbolAliasMap> RuntimeAliases) Create() argument
|
| H A D | MachOPlatform.cpp | 338 JITDylib &PlatformJD, const char *OrcRuntimePath, in Create() argument 345 StaticLibraryDefinitionGenerator::Load(ObjLinkingLayer, OrcRuntimePath); in Create()
|