Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DSectionMemoryManager.cpp104 sys::MemoryBlock MB = MMapper->allocateMappedMemory( in allocateSection()
207 if (std::error_code EC = MMapper->protectMappedMemory(MB, Permissions)) in applyMemoryGroupPermissions()
237 MMapper->releaseMappedMemory(Block); in ~SectionMemoryManager()
269 : MMapper(UnownedMM), OwnedMMapper(nullptr) { in SectionMemoryManager()
270 if (!MMapper) { in SectionMemoryManager()
272 MMapper = OwnedMMapper.get(); in SectionMemoryManager()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DSectionMemoryManager.h188 MemoryMapper *MMapper; variable