Searched defs:ObjLinkingLayer (Results 1 – 14 of 14) sorted by relevance
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
H A D | COFFVCRuntimeSupport.cpp | 24 ObjectLinkingLayer &ObjLinkingLayer, in Create() 31 ExecutionSession &ES, ObjectLinkingLayer &ObjLinkingLayer, in COFFVCRuntimeBootstrapper()
|
H A D | ObjectLinkingLayer.cpp | 28 Create(ObjectLinkingLayer &ObjLinkingLayer, std::unique_ptr<LinkGraph> G) { in Create() 74 LinkGraphMaterializationUnit(ObjectLinkingLayer &ObjLinkingLayer, in LinkGraphMaterializationUnit() 89 ObjectLinkingLayer &ObjLinkingLayer; member in __anon53d39fb30111::LinkGraphMaterializationUnit
|
H A D | ELFNixPlatform.cpp | 112 ObjectLinkingLayer &ObjLinkingLayer, in Create() 293 ExecutionSession &ES, ObjectLinkingLayer &ObjLinkingLayer, in ELFNixPlatform()
|
H A D | COFFPlatform.cpp | 163 COFFPlatform::Create(ExecutionSession &ES, ObjectLinkingLayer &ObjLinkingLayer, in Create() 352 ObjectLinkingLayer &ObjLinkingLayer, in COFFPlatform()
|
H A D | MachOPlatform.cpp | 274 MachOPlatform::Create(ExecutionSession &ES, ObjectLinkingLayer &ObjLinkingLayer, in Create() 421 ExecutionSession &ES, ObjectLinkingLayer &ObjLinkingLayer, in MachOPlatform()
|
H A D | LLJIT.cpp | 728 auto ObjLinkingLayer = std::make_unique<ObjectLinkingLayer>(ES); in prepareForConstruction() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | COFFVCRuntimeSupport.h | 73 ObjectLinkingLayer &ObjLinkingLayer; variable
|
H A D | COFFPlatform.h | 180 ObjectLinkingLayer &ObjLinkingLayer; variable
|
H A D | MachOPlatform.h | 225 ObjectLinkingLayer &ObjLinkingLayer; variable
|
H A D | ELFNixPlatform.h | 223 ObjectLinkingLayer &ObjLinkingLayer; variable
|
H A D | LLJIT.h | 211 std::unique_ptr<ObjectLayer> ObjLinkingLayer; variable
|
/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithGDBRegistrationListener/ |
H A D | LLJITWithGDBRegistrationListener.cpp | 70 auto ObjLinkingLayer = in main() local
|
/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/ |
H A D | RemoteJITUtils.cpp | 35 auto *ObjLinkingLayer = cast<ObjectLinkingLayer>(&ObjLayer); in addDebugSupport() local
|
/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin/ |
H A D | LLJITWithObjectLinkingLayerPlugin.cpp | 212 auto ObjLinkingLayer = std::make_unique<ObjectLinkingLayer>( in main() local
|