Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h577 ExecutorNativePlatform(std::string OrcRuntimePath) in ExecutorNativePlatform() argument
578 : OrcRuntime(std::move(OrcRuntimePath)) {} in ExecutorNativePlatform()
H A DCOFFPlatform.h52 JITDylib &PlatformJD, const char *OrcRuntimePath,
H A DELFNixPlatform.h103 JITDylib &PlatformJD, const char *OrcRuntimePath,
H A DMachOPlatform.h145 JITDylib &PlatformJD, const char *OrcRuntimePath,
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCOFFPlatform.cpp227 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 DELFNixPlatform.cpp162 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 DMachOPlatform.cpp338 JITDylib &PlatformJD, const char *OrcRuntimePath, in Create() argument
345 StaticLibraryDefinitionGenerator::Load(ObjLinkingLayer, OrcRuntimePath); in Create()