Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DCOFFPlatform.h44 JITDylib &PlatformJD, const char *OrcRuntimePath,
144 JITDylib &PlatformJD, const char *OrcRuntimePath,
H A DMachOPlatform.h82 JITDylib &PlatformJD, const char *OrcRuntimePath,
H A DELFNixPlatform.h97 JITDylib &PlatformJD, const char *OrcRuntimePath,
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DCOFFPlatform.cpp164 JITDylib &PlatformJD, const char *OrcRuntimePath, in Create() argument
201 ES, ObjLinkingLayer, PlatformJD, OrcRuntimePath, in Create()
353 JITDylib &PlatformJD, const char *OrcRuntimePath, in COFFPlatform() argument
365 StaticLibraryDefinitionGenerator::Load(ObjLinkingLayer, OrcRuntimePath); in COFFPlatform()
371 auto ArchiveBuffer = MemoryBuffer::getFile(OrcRuntimePath); in COFFPlatform()
373 Err = createFileError(OrcRuntimePath, ArchiveBuffer.getError()); in COFFPlatform()
H A DELFNixPlatform.cpp113 JITDylib &PlatformJD, const char *OrcRuntimePath, in Create() argument
148 ObjLinkingLayer, OrcRuntimePath, EPC.getTargetTriple()); in Create()
H A DMachOPlatform.cpp275 JITDylib &PlatformJD, const char *OrcRuntimePath, in Create() argument
306 ObjLinkingLayer, OrcRuntimePath, EPC.getTargetTriple()); in Create()