Home
last modified time | relevance | path

Searched defs:PlatformJD (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/
DELFNixPlatform.cpp113 JITDylib &PlatformJD, const char *OrcRuntimePath, in Create()
203 JITDylib &PlatformJD) { in standardPlatformAliases()
294 JITDylib &PlatformJD, in ELFNixPlatform()
329 Error ELFNixPlatform::associateRuntimeSupportFunctions(JITDylib &PlatformJD) { in associateRuntimeSupportFunctions()
515 Error ELFNixPlatform::bootstrapELFNixRuntime(JITDylib &PlatformJD) { in bootstrapELFNixRuntime()
DCOFFPlatform.cpp164 JITDylib &PlatformJD, const char *OrcRuntimePath, in Create()
353 JITDylib &PlatformJD, const char *OrcRuntimePath, in COFFPlatform()
631 Error COFFPlatform::associateRuntimeSupportFunctions(JITDylib &PlatformJD) { in associateRuntimeSupportFunctions()
677 Error COFFPlatform::bootstrapCOFFRuntime(JITDylib &PlatformJD) { in bootstrapCOFFRuntime()
729 Error COFFPlatform::runSymbolIfExists(JITDylib &PlatformJD, in runSymbolIfExists()
DMachOPlatform.cpp275 JITDylib &PlatformJD, const char *OrcRuntimePath, in Create()
422 JITDylib &PlatformJD, in MachOPlatform()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/
DMachOPlatform.h224 JITDylib &PlatformJD; variable