Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.h59 GetMemoryManagerFunction GetMemoryManager);
149 GetMemoryManagerFunction GetMemoryManager; variable
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.cpp86 ExecutionSession &ES, GetMemoryManagerFunction GetMemoryManager) in RTDyldObjectLinkingLayer() argument
87 : BaseT(ES), GetMemoryManager(std::move(GetMemoryManager)) { in RTDyldObjectLinkingLayer()
185 auto MemMgr = GetMemoryManager(*O); in emit()