Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp117 Create(ExecutionSession & ES,ObjectLinkingLayer & ObjLinkingLayer,JITDylib & PlatformJD,std::unique_ptr<DefinitionGenerator> OrcRuntime,std::optional<SymbolAliasMap> RuntimeAliases) Create() argument
162 Create(ExecutionSession & ES,ObjectLinkingLayer & ObjLinkingLayer,JITDylib & PlatformJD,const char * OrcRuntimePath,std::optional<SymbolAliasMap> RuntimeAliases) Create() argument
217 standardPlatformAliases(ExecutionSession & ES,JITDylib & PlatformJD) standardPlatformAliases() argument
263 ELFNixPlatform(ExecutionSession & ES,ObjectLinkingLayer & ObjLinkingLayer,JITDylib & PlatformJD,std::unique_ptr<DefinitionGenerator> OrcRuntimeGenerator,Error & Err) ELFNixPlatform() argument
298 associateRuntimeSupportFunctions(JITDylib & PlatformJD) associateRuntimeSupportFunctions() argument
476 bootstrapELFNixRuntime(JITDylib & PlatformJD) bootstrapELFNixRuntime() argument
[all...]
H A DCOFFPlatform.cpp164 Create(ExecutionSession & ES,ObjectLinkingLayer & ObjLinkingLayer,JITDylib & PlatformJD,std::unique_ptr<MemoryBuffer> OrcRuntimeArchiveBuffer,LoadDynamicLibrary LoadDynLibrary,bool StaticVCRuntime,const char * VCRuntimePath,std::optional<SymbolAliasMap> RuntimeAliases) Create() argument
227 Create(ExecutionSession & ES,ObjectLinkingLayer & ObjLinkingLayer,JITDylib & PlatformJD,const char * OrcRuntimePath,LoadDynamicLibrary LoadDynLibrary,bool StaticVCRuntime,const char * VCRuntimePath,std::optional<SymbolAliasMap> RuntimeAliases) Create() argument
386 COFFPlatform(ExecutionSession & ES,ObjectLinkingLayer & ObjLinkingLayer,JITDylib & PlatformJD,std::unique_ptr<StaticLibraryDefinitionGenerator> OrcRuntimeGenerator,std::unique_ptr<MemoryBuffer> OrcRuntimeArchiveBuffer,std::unique_ptr<object::Archive> OrcRuntimeArchive,LoadDynamicLibrary LoadDynLibrary,bool StaticVCRuntime,const char * VCRuntimePath,Error & Err) 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) GenericLLVMIRPlatformSupport() argument
1137 auto &PlatformJD = ES.createBareJITDylib("<Platform>"); operator ()() local
1202 auto &PlatformJD = J.getExecutionSession().createBareJITDylib("<Platform>"); setUpGenericLLVMIRPlatform() local
[all...]
H A DMachOPlatform.cpp296 Create(ExecutionSession & ES,ObjectLinkingLayer & ObjLinkingLayer,JITDylib & PlatformJD,std::unique_ptr<DefinitionGenerator> OrcRuntime,HeaderOptions PlatformJDOpts,MachOHeaderMUBuilder BuildMachOHeaderMU,std::optional<SymbolAliasMap> RuntimeAliases) Create() argument
338 Create(ExecutionSession & ES,ObjectLinkingLayer & ObjLinkingLayer,JITDylib & PlatformJD,const char * OrcRuntimePath,HeaderOptions PlatformJDOpts,MachOHeaderMUBuilder BuildMachOHeaderMU,std::optional<SymbolAliasMap> RuntimeAliases) Create() argument
474 MachOPlatform(ExecutionSession & ES,ObjectLinkingLayer & ObjLinkingLayer,JITDylib & PlatformJD,std::unique_ptr<DefinitionGenerator> OrcRuntimeGenerator,HeaderOptions PlatformJDOpts,MachOHeaderMUBuilder BuildMachOHeaderMU,Error & Err) MachOPlatform() argument
[all...]
/llvm-project/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.h35 orc::JITDylib *PlatformJD = nullptr; global() member
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h333 JITDylib &PlatformJD; global() variable
[all...]