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.cpp103 sys::MemoryBlock MB = MMapper->allocateMappedMemory( in allocateSection()
206 if (std::error_code EC = MMapper->protectMappedMemory(MB, Permissions)) in applyMemoryGroupPermissions()
236 MMapper->releaseMappedMemory(Block); in ~SectionMemoryManager()
268 : MMapper(UnownedMM), OwnedMMapper(nullptr) { in SectionMemoryManager()
269 if (!MMapper) { in SectionMemoryManager()
271 MMapper = OwnedMMapper.get(); in SectionMemoryManager()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DSectionMemoryManager.h189 MemoryMapper *MMapper; variable