Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h552 ExecutorNativePlatform(std::string OrcRuntimePath) in ExecutorNativePlatform() argument
553 : 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.h131 JITDylib &PlatformJD, const char *OrcRuntimePath,
/freebsd-14.2/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() argument
167 StaticLibraryDefinitionGenerator::Load(ObjLinkingLayer, OrcRuntimePath); in Create()
H A DMachOPlatform.cpp302 JITDylib &PlatformJD, const char *OrcRuntimePath, in Create() argument
309 StaticLibraryDefinitionGenerator::Load(ObjLinkingLayer, OrcRuntimePath); in Create()