Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp106 Create(ExecutionSession & ES,ObjectLinkingLayer & ObjLinkingLayer,JITDylib & PlatformJD,std::unique_ptr<DefinitionGenerator> OrcRuntime,std::optional<SymbolAliasMap> RuntimeAliases) Create() argument
151 Create(ExecutionSession & ES,ObjectLinkingLayer & ObjLinkingLayer,JITDylib & PlatformJD,const char * OrcRuntimePath,std::optional<SymbolAliasMap> RuntimeAliases) Create() argument
206 standardPlatformAliases(ExecutionSession & ES,JITDylib & PlatformJD) standardPlatformAliases() argument
249 ELFNixPlatform(ExecutionSession & ES,ObjectLinkingLayer & ObjLinkingLayer,JITDylib & PlatformJD,std::unique_ptr<DefinitionGenerator> OrcRuntimeGenerator,Error & Err) ELFNixPlatform() argument
284 associateRuntimeSupportFunctions(JITDylib & PlatformJD) associateRuntimeSupportFunctions() argument
462 bootstrapELFNixRuntime(JITDylib & PlatformJD) bootstrapELFNixRuntime() argument
[all...]
H A DCOFFPlatform.cpp164 JITDylib &PlatformJD, std::unique_ptr<MemoryBuffer> OrcRuntimeArchiveBuffer, in Create() argument
227 JITDylib &PlatformJD, const char *OrcRuntimePath, in Create() argument
386 JITDylib &PlatformJD, in COFFPlatform() argument
642 associateRuntimeSupportFunctions(JITDylib & PlatformJD) associateRuntimeSupportFunctions() argument
688 bootstrapCOFFRuntime(JITDylib & PlatformJD) bootstrapCOFFRuntime() argument
740 runSymbolIfExists(JITDylib & PlatformJD,StringRef SymbolName) runSymbolIfExists() argument
[all...]
H A DLLJIT.cpp133 GenericLLVMIRPlatformSupport(LLJIT &J, JITDylib &PlatformJD) in GenericLLVMIRPlatformSupport()
1137 auto &PlatformJD = ES.createBareJITDylib("<Platform>"); in operator ()() local
1202 auto &PlatformJD = J.getExecutionSession().createBareJITDylib("<Platform>"); in setUpGenericLLVMIRPlatform() local
H A DMachOPlatform.cpp296 JITDylib &PlatformJD, std::unique_ptr<DefinitionGenerator> OrcRuntime, in Create()
338 JITDylib &PlatformJD, const char *OrcRuntimePath, in Create()
474 JITDylib &PlatformJD, in MachOPlatform()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h333 JITDylib &PlatformJD; variable