Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp117 JITDylib &PlatformJD, std::unique_ptr<DefinitionGenerator> OrcRuntime, in Create()
162 JITDylib &PlatformJD, const char *OrcRuntimePath, in Create()
217 JITDylib &PlatformJD) { in standardPlatformAliases()
263 JITDylib &PlatformJD, in ELFNixPlatform()
298 Error ELFNixPlatform::associateRuntimeSupportFunctions(JITDylib &PlatformJD) { in associateRuntimeSupportFunctions()
476 Error ELFNixPlatform::bootstrapELFNixRuntime(JITDylib &PlatformJD) { in bootstrapELFNixRuntime()
H A DCOFFPlatform.cpp164 JITDylib &PlatformJD, std::unique_ptr<MemoryBuffer> OrcRuntimeArchiveBuffer, in Create()
227 JITDylib &PlatformJD, const char *OrcRuntimePath, in Create()
386 JITDylib &PlatformJD, in COFFPlatform()
642 Error COFFPlatform::associateRuntimeSupportFunctions(JITDylib &PlatformJD) { in associateRuntimeSupportFunctions()
688 Error COFFPlatform::bootstrapCOFFRuntime(JITDylib &PlatformJD) { in bootstrapCOFFRuntime()
740 Error COFFPlatform::runSymbolIfExists(JITDylib &PlatformJD, in runSymbolIfExists()
H A DLLJIT.cpp133 GenericLLVMIRPlatformSupport(LLJIT &J, JITDylib &PlatformJD) in GenericLLVMIRPlatformSupport() argument
1104 auto &PlatformJD = ES.createBareJITDylib("<Platform>"); operator ()() local
1169 auto &PlatformJD = J.getExecutionSession().createBareJITDylib("<Platform>"); setUpGenericLLVMIRPlatform() local
[all...]
H A DMachOPlatform.cpp260 Create(ExecutionSession & ES,ObjectLinkingLayer & ObjLinkingLayer,JITDylib & PlatformJD,std::unique_ptr<DefinitionGenerator> OrcRuntime,HeaderOptions PlatformJDOpts,MachOHeaderMUBuilder BuildMachOHeaderMU,std::optional<SymbolAliasMap> RuntimeAliases) Create() argument
302 Create(ExecutionSession & ES,ObjectLinkingLayer & ObjLinkingLayer,JITDylib & PlatformJD,const char * OrcRuntimePath,HeaderOptions PlatformJDOpts,MachOHeaderMUBuilder BuildMachOHeaderMU,std::optional<SymbolAliasMap> RuntimeAliases) Create() argument
438 MachOPlatform(ExecutionSession & ES,ObjectLinkingLayer & ObjLinkingLayer,JITDylib & PlatformJD,std::unique_ptr<DefinitionGenerator> OrcRuntimeGenerator,HeaderOptions PlatformJDOpts,MachOHeaderMUBuilder BuildMachOHeaderMU,Error & Err) MachOPlatform() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h319 JITDylib &PlatformJD; global() variable
[all...]