/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | COFFVCRuntimeSupport.h | 73 ObjectLinkingLayer &ObjLinkingLayer; variable
|
H A D | SectCreate.h | 51 ObjectLinkingLayer &ObjLinkingLayer; variable
|
H A D | COFFPlatform.h | 188 ObjectLinkingLayer &ObjLinkingLayer; global() variable
|
H A D | ELFNixPlatform.h | 226 ObjectLinkingLayer &ObjLinkingLayer; global() variable
|
H A D | LLJIT.h | 258 std::unique_ptr<ObjectLayer> ObjLinkingLayer; global() variable
|
H A D | MachOPlatform.h | 334 ObjectLinkingLayer &ObjLinkingLayer; global() variable
|
/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/ |
H A D | DebuggerSupport.cpp | 22 auto *ObjLinkingLayer = dyn_cast<ObjectLinkingLayer>(&J.getObjLinkingLayer()); in enableDebuggerSupport() local
|
/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | COFFVCRuntimeSupport.cpp | 24 ObjectLinkingLayer &ObjLinkingLayer, in Create() 31 ExecutionSession &ES, ObjectLinkingLayer &ObjLinkingLayer, in COFFVCRuntimeBootstrapper()
|
H A D | ELFNixPlatform.cpp | 262 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 D | COFFPlatform.cpp | 163 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 D | ObjectLinkingLayer.cpp | 80 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 D | MachOPlatform.cpp | 295 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 D | LLJIT.cpp | 810 auto ObjLinkingLayer = std::make_unique<ObjectLinkingLayer>(ES); prepareForConstruction() local 1119 ObjectLinkingLayer *ObjLinkingLayer = operator ()() local [all...] |
/llvm-project/llvm/examples/OrcV2Examples/LLJITWithGDBRegistrationListener/ |
H A D | LLJITWithGDBRegistrationListener.cpp | 70 auto ObjLinkingLayer = in main() local
|
/llvm-project/llvm/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin/ |
H A D | LLJITWithObjectLinkingLayerPlugin.cpp | 212 auto ObjLinkingLayer = std::make_unique<ObjectLinkingLayer>( in main() local
|
/llvm-project/llvm/unittests/ExecutionEngine/Orc/ |
H A D | ObjectLinkingLayerTest.cpp | 42 ObjectLinkingLayer ObjLinkingLayer{ global() member in __anon4442cf4b0111::ObjectLinkingLayerTest 290 ObjectLinkingLayer ObjLinkingLayer{ TEST() local [all...] |
H A D | OrcCAPITest.cpp | 500 LLVMOrcObjectLayerRef ObjLinkingLayer = LLVMOrcLLJITGetObjLinkingLayer(Jit); global() local
|