Home
last modified time | relevance | path

Searched defs:ObjLinkingLayer (Results 1 – 17 of 17) sorted by relevance

/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCOFFVCRuntimeSupport.h73 ObjectLinkingLayer &ObjLinkingLayer; variable
H A DSectCreate.h51 ObjectLinkingLayer &ObjLinkingLayer; variable
H A DCOFFPlatform.h188 ObjectLinkingLayer &ObjLinkingLayer; global() variable
H A DELFNixPlatform.h226 ObjectLinkingLayer &ObjLinkingLayer; global() variable
H A DLLJIT.h258 std::unique_ptr<ObjectLayer> ObjLinkingLayer; global() variable
H A DMachOPlatform.h334 ObjectLinkingLayer &ObjLinkingLayer; global() variable
/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DDebuggerSupport.cpp22 auto *ObjLinkingLayer = dyn_cast<ObjectLinkingLayer>(&J.getObjLinkingLayer()); in enableDebuggerSupport() local
/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCOFFVCRuntimeSupport.cpp24 ObjectLinkingLayer &ObjLinkingLayer, in Create()
31 ExecutionSession &ES, ObjectLinkingLayer &ObjLinkingLayer, in COFFVCRuntimeBootstrapper()
H A DELFNixPlatform.cpp262 return Create(ObjLinkingLayer, PlatformJD, in ELFNixPlatform() argument
116 Create(ExecutionSession & ES,ObjectLinkingLayer & ObjLinkingLayer,JITDylib & PlatformJD,std::unique_ptr<DefinitionGenerator> OrcRuntime,std::optional<SymbolAliasMap> RuntimeAliases) Create() argument
161 Create(ExecutionSession & ES,ObjectLinkingLayer & ObjLinkingLayer,JITDylib & PlatformJD,const char * OrcRuntimePath,std::optional<SymbolAliasMap> RuntimeAliases) Create() argument
[all...]
H A DCOFFPlatform.cpp163 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
226 Create(ExecutionSession & ES,ObjectLinkingLayer & ObjLinkingLayer,JITDylib & PlatformJD,const char * OrcRuntimePath,LoadDynamicLibrary LoadDynLibrary,bool StaticVCRuntime,const char * VCRuntimePath,std::optional<SymbolAliasMap> RuntimeAliases) Create() argument
385 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
[all...]
H A DObjectLinkingLayer.cpp80 Create(ObjectLinkingLayer & ObjLinkingLayer,std::unique_ptr<LinkGraph> G) Create() argument
125 LinkGraphMaterializationUnit(ObjectLinkingLayer & ObjLinkingLayer,std::unique_ptr<LinkGraph> G,Interface LGI) LinkGraphMaterializationUnit() argument
140 ObjectLinkingLayer &ObjLinkingLayer; global() member in __anond0edfbcf0111::LinkGraphMaterializationUnit
H A DMachOPlatform.cpp295 Create(ExecutionSession & ES,ObjectLinkingLayer & ObjLinkingLayer,JITDylib & PlatformJD,std::unique_ptr<DefinitionGenerator> OrcRuntime,HeaderOptions PlatformJDOpts,MachOHeaderMUBuilder BuildMachOHeaderMU,std::optional<SymbolAliasMap> RuntimeAliases) Create() argument
337 Create(ExecutionSession & ES,ObjectLinkingLayer & ObjLinkingLayer,JITDylib & PlatformJD,const char * OrcRuntimePath,HeaderOptions PlatformJDOpts,MachOHeaderMUBuilder BuildMachOHeaderMU,std::optional<SymbolAliasMap> RuntimeAliases) Create() argument
473 MachOPlatform(ExecutionSession & ES,ObjectLinkingLayer & ObjLinkingLayer,JITDylib & PlatformJD,std::unique_ptr<DefinitionGenerator> OrcRuntimeGenerator,HeaderOptions PlatformJDOpts,MachOHeaderMUBuilder BuildMachOHeaderMU,Error & Err) MachOPlatform() argument
[all...]
H A DLLJIT.cpp810 auto ObjLinkingLayer = std::make_unique<ObjectLinkingLayer>(ES); prepareForConstruction() local
1119 ObjectLinkingLayer *ObjLinkingLayer = operator ()() local
[all...]
/llvm-project/llvm/examples/OrcV2Examples/LLJITWithGDBRegistrationListener/
H A DLLJITWithGDBRegistrationListener.cpp70 auto ObjLinkingLayer = in main() local
/llvm-project/llvm/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin/
H A DLLJITWithObjectLinkingLayerPlugin.cpp212 auto ObjLinkingLayer = std::make_unique<ObjectLinkingLayer>( in main() local
/llvm-project/llvm/unittests/ExecutionEngine/Orc/
H A DObjectLinkingLayerTest.cpp42 ObjectLinkingLayer ObjLinkingLayer{ global() member in __anon4442cf4b0111::ObjectLinkingLayerTest
290 ObjectLinkingLayer ObjLinkingLayer{ TEST() local
[all...]
H A DOrcCAPITest.cpp500 LLVMOrcObjectLayerRef ObjLinkingLayer = LLVMOrcLLJITGetObjLinkingLayer(Jit); global() local