Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DSectionMemoryManager.h51 class MemoryMapper {
101 virtual ~MemoryMapper();
107 SectionMemoryManager(MemoryMapper *MM = nullptr);
188 MemoryMapper *MMapper;
189 std::unique_ptr<MemoryMapper> OwnedMMapper;
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMapperJITLinkMemoryManager.cpp25 std::vector<MemoryMapper::AllocInfo::SegInfo> Segs) in InFlightAlloc()
29 MemoryMapper::AllocInfo AI; in finalize()
54 std::vector<MemoryMapper::AllocInfo::SegInfo> Segs;
58 size_t ReservationGranularity, std::unique_ptr<MemoryMapper> Mapper) in MapperJITLinkMemoryManager()
85 std::vector<MemoryMapper::AllocInfo::SegInfo> SegInfos; in allocate()
98 MemoryMapper::AllocInfo::SegInfo SI; in allocate()
H A DMemoryMapper.cpp31 MemoryMapper::~MemoryMapper() {} in ~MemoryMapper()
66 void InProcessMemoryMapper::initialize(MemoryMapper::AllocInfo &AI, in initialize()
113 MemoryMapper::OnDeinitializedFunction OnDeinitialized) { in deinitialize()
326 void SharedMemoryMapper::initialize(MemoryMapper::AllocInfo &AI, in initialize()
371 MemoryMapper::OnDeinitializedFunction OnDeinitialized) { in deinitialize()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMemoryMapper.h26 class MemoryMapper {
79 virtual ~MemoryMapper();
82 class InProcessMemoryMapper : public MemoryMapper {
124 class SharedMemoryMapper final : public MemoryMapper {
H A DMapperJITLinkMemoryManager.h26 std::unique_ptr<MemoryMapper> Mapper);
65 std::unique_ptr<MemoryMapper> Mapper;
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DSectionMemoryManager.cpp241 SectionMemoryManager::MemoryMapper::~MemoryMapper() = default;
248 class DefaultMMapper final : public SectionMemoryManager::MemoryMapper {
268 SectionMemoryManager::SectionMemoryManager(MemoryMapper *UnownedMM) in SectionMemoryManager()
/freebsd/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;
409 template <typename MemoryMapper>
410 PackedCounterArray(u64 num_counters, u64 max_value, MemoryMapper *mapper) in PackedCounterArray()
515 template <typename MemoryMapper>
519 MemoryMapper *memory_mapper, in ReleaseFreeMemoryToOS()
582 FreePagesRangeTracker<MemoryMapper> range_tracker(memory_mapper, class_id); in ReleaseFreeMemoryToOS()
621 friend class MemoryMapper<ThisT>;
H A Dsanitizer_allocator_local_cache.h20 typedef MemoryMapper<Allocator> MemoryMapperT;