Home
last modified time | relevance | path

Searched refs:GetMemMgr (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithGDBRegistrationListener/
DLLJITWithGDBRegistrationListener.cpp67 auto GetMemMgr = []() { in main() local
72 ES, std::move(GetMemMgr)); in main()
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
DLLJIT.cpp794 auto GetMemMgr = []() { return std::make_unique<SectionMemoryManager>(); }; in createObjectLinkingLayer() local
796 std::make_unique<RTDyldObjectLinkingLayer>(ES, std::move(GetMemMgr)); in createObjectLinkingLayer()