Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h578 ExecutorNativePlatform(std::string OrcRuntimePath) in ExecutorNativePlatform() argument
579 : OrcRuntime(std::move(OrcRuntimePath)) {} in ExecutorNativePlatform()
H A DCOFFPlatform.h53 const char *OrcRuntimePath, LoadDynamicLibrary LoadDynLibrary,
H A DELFNixPlatform.h117 const char *OrcRuntimePath,
H A DMachOPlatform.h153 const char *OrcRuntimePath, HeaderOptions PlatformJDOpts = {},
/freebsd/contrib/llvm-project/clang/include/clang/Interpreter/
H A DInterpreter.h147 llvm::StringRef OrcRuntimePath);
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCOFFPlatform.cpp224 const char *OrcRuntimePath, in Create() argument
229 auto ArchiveBuffer = MemoryBuffer::getFile(OrcRuntimePath); in Create()
231 return createFileError(OrcRuntimePath, ArchiveBuffer.getError()); in Create()
H A DELFNixPlatform.cpp252 JITDylib &PlatformJD, const char *OrcRuntimePath, in Create() argument
257 StaticLibraryDefinitionGenerator::Load(ObjLinkingLayer, OrcRuntimePath); in Create()
H A DMachOPlatform.cpp326 const char *OrcRuntimePath, HeaderOptions PlatformJDOpts, in Create() argument
332 StaticLibraryDefinitionGenerator::Load(ObjLinkingLayer, OrcRuntimePath); in Create()
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp629 llvm::StringRef OrcRuntimePath) { in createLLJITBuilder() argument
640 llvm::orc::ExecutorNativePlatform(OrcRuntimePath.str())); in createLLJITBuilder()