Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DCOFFVCRuntimeSupport.cpp24 ObjectLinkingLayer &ObjLinkingLayer, in Create()
31 ExecutionSession &ES, ObjectLinkingLayer &ObjLinkingLayer, in COFFVCRuntimeBootstrapper()
H A DObjectLinkingLayer.cpp28 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 DELFNixPlatform.cpp112 ObjectLinkingLayer &ObjLinkingLayer, in Create()
293 ExecutionSession &ES, ObjectLinkingLayer &ObjLinkingLayer, in ELFNixPlatform()
H A DCOFFPlatform.cpp163 COFFPlatform::Create(ExecutionSession &ES, ObjectLinkingLayer &ObjLinkingLayer, in Create()
352 ObjectLinkingLayer &ObjLinkingLayer, in COFFPlatform()
H A DMachOPlatform.cpp274 MachOPlatform::Create(ExecutionSession &ES, ObjectLinkingLayer &ObjLinkingLayer, in Create()
421 ExecutionSession &ES, ObjectLinkingLayer &ObjLinkingLayer, in MachOPlatform()
H A DLLJIT.cpp728 auto ObjLinkingLayer = std::make_unique<ObjectLinkingLayer>(ES); in prepareForConstruction() local
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DCOFFVCRuntimeSupport.h73 ObjectLinkingLayer &ObjLinkingLayer; variable
H A DCOFFPlatform.h180 ObjectLinkingLayer &ObjLinkingLayer; variable
H A DMachOPlatform.h225 ObjectLinkingLayer &ObjLinkingLayer; variable
H A DELFNixPlatform.h223 ObjectLinkingLayer &ObjLinkingLayer; variable
H A DLLJIT.h211 std::unique_ptr<ObjectLayer> ObjLinkingLayer; variable
/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithGDBRegistrationListener/
H A DLLJITWithGDBRegistrationListener.cpp70 auto ObjLinkingLayer = in main() local
/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
H A DRemoteJITUtils.cpp35 auto *ObjLinkingLayer = cast<ObjectLinkingLayer>(&ObjLayer); in addDebugSupport() local
/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin/
H A DLLJITWithObjectLinkingLayerPlugin.cpp212 auto ObjLinkingLayer = std::make_unique<ObjectLinkingLayer>( in main() local