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.h52 class LLVM_ABI MemoryMapper {
102 virtual ~MemoryMapper();
108 SectionMemoryManager(MemoryMapper *MM = nullptr);
189 MemoryMapper *MMapper;
190 std::unique_ptr<MemoryMapper> OwnedMMapper;
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMapperJITLinkMemoryManager.cpp24 std::vector<MemoryMapper::AllocInfo::SegInfo> Segs) in InFlightAlloc()
28 MemoryMapper::AllocInfo AI; in finalize()
53 std::vector<MemoryMapper::AllocInfo::SegInfo> Segs;
57 size_t ReservationGranularity, std::unique_ptr<MemoryMapper> Mapper) in MapperJITLinkMemoryManager()
84 std::vector<MemoryMapper::AllocInfo::SegInfo> SegInfos; in allocate()
97 MemoryMapper::AllocInfo::SegInfo SI; in allocate()
H A DMemoryMapper.cpp30 MemoryMapper::~MemoryMapper() {} in ~MemoryMapper()
65 void InProcessMemoryMapper::initialize(MemoryMapper::AllocInfo &AI, in initialize()
122 MemoryMapper::OnDeinitializedFunction OnDeinitialized) { in deinitialize()
337 void SharedMemoryMapper::initialize(MemoryMapper::AllocInfo &AI, in initialize()
382 MemoryMapper::OnDeinitializedFunction OnDeinitialized) { in deinitialize()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMemoryMapper.h27 class LLVM_ABI MemoryMapper {
80 virtual ~MemoryMapper();
83 class LLVM_ABI InProcessMemoryMapper : public MemoryMapper {
125 class LLVM_ABI SharedMemoryMapper final : public MemoryMapper {
H A DMapperJITLinkMemoryManager.h28 std::unique_ptr<MemoryMapper> Mapper);
67 std::unique_ptr<MemoryMapper> Mapper;
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DSectionMemoryManager.cpp240 SectionMemoryManager::MemoryMapper::~MemoryMapper() = default;
247 class DefaultMMapper final : public SectionMemoryManager::MemoryMapper {
267 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;
410 template <typename MemoryMapper>
411 PackedCounterArray(u64 num_counters, u64 max_value, MemoryMapper *mapper) in PackedCounterArray()
516 template <typename MemoryMapper>
520 MemoryMapper *memory_mapper, in ReleaseFreeMemoryToOS()
583 FreePagesRangeTracker<MemoryMapper> range_tracker(memory_mapper, class_id); in ReleaseFreeMemoryToOS()
622 friend class MemoryMapper<ThisT>;
H A Dsanitizer_allocator_local_cache.h20 typedef MemoryMapper<Allocator> MemoryMapperT;