Home
last modified time | relevance | path

Searched refs:MemoryMapper (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DSectionMemoryManager.h51 class MemoryMapper {
101 virtual ~MemoryMapper();
107 SectionMemoryManager(MemoryMapper *MM = nullptr);
188 MemoryMapper &MMapper;
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DSectionMemoryManager.cpp241 SectionMemoryManager::MemoryMapper::~MemoryMapper() {} in ~MemoryMapper()
248 class DefaultMMapper final : public SectionMemoryManager::MemoryMapper {
270 SectionMemoryManager::SectionMemoryManager(MemoryMapper *MM) in SectionMemoryManager()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_primary64.h46 class MemoryMapper {
50 explicit MemoryMapper(const Allocator &allocator) : allocator_(allocator) {} in MemoryMapper() function
98 typedef MemoryMapper<ThisT> MemoryMapperT;
408 template <typename MemoryMapper>
409 PackedCounterArray(u64 num_counters, u64 max_value, MemoryMapper *mapper) in PackedCounterArray()
514 template <typename MemoryMapper>
518 MemoryMapper *memory_mapper, in ReleaseFreeMemoryToOS()
581 FreePagesRangeTracker<MemoryMapper> range_tracker(memory_mapper, class_id); in ReleaseFreeMemoryToOS()
620 friend class MemoryMapper<ThisT>;
H A Dsanitizer_allocator_local_cache.h20 typedef MemoryMapper<Allocator> MemoryMapperT;