Home
last modified time | relevance | path

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

/external/llvm-project/llvm/examples/OrcV2Examples/LLJITWithGDBRegistrationListener/
DLLJITWithGDBRegistrationListener.cpp67 auto GetMemMgr = []() { in main() local
72 ES, std::move(GetMemMgr)); in main()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DLLJIT.cpp95 auto GetMemMgr = []() { return std::make_unique<SectionMemoryManager>(); }; in createObjectLinkingLayer() local
97 std::make_unique<RTDyldObjectLinkingLayer>(ES, std::move(GetMemMgr)); in createObjectLinkingLayer()
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DLLJIT.cpp1022 auto GetMemMgr = []() { return std::make_unique<SectionMemoryManager>(); }; in createObjectLinkingLayer() local
1024 std::make_unique<RTDyldObjectLinkingLayer>(ES, std::move(GetMemMgr)); in createObjectLinkingLayer()