Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRMemoryMap.h126 typedef std::map<lldb::addr_t, Allocation> AllocationMap; typedef
127 AllocationMap m_allocations;
131 AllocationMap::iterator FindAllocation(lldb::addr_t addr, size_t size);
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRMemoryMap.cpp32 AllocationMap::iterator iter; in ~IRMemoryMap()
198 IRMemoryMap::AllocationMap::iterator
203 AllocationMap::iterator iter = m_allocations.lower_bound(addr); in FindAllocation()
221 AllocationMap::const_iterator iter = m_allocations.lower_bound(addr); in IntersectsAllocation()
466 AllocationMap::iterator iter = m_allocations.find(process_address); in Leak()
481 AllocationMap::iterator iter = m_allocations.find(process_address); in Free()
522 AllocationMap::iterator iter = FindAllocation(address, size); in GetAllocSize()
548 AllocationMap::iterator iter = FindAllocation(process_address, size); in WriteMemory()
652 AllocationMap::iterator iter = FindAllocation(process_address, size); in ReadMemory()
801 AllocationMap::iterator iter = FindAllocation(process_address, size); in GetMemoryData()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DExecutorSharedMemoryMapperService.h48 using AllocationMap = DenseMap<ExecutorAddr, Allocation>; variable
77 AllocationMap Allocations;
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMemoryMapper.h110 using AllocationMap = DenseMap<ExecutorAddr, Allocation>; variable
120 AllocationMap Allocations;