Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/include/lldb/Expression/
H A DIRMemoryMap.h120 typedef std::map<lldb::addr_t, Allocation> AllocationMap; typedef
121 AllocationMap m_allocations;
125 AllocationMap::iterator FindAllocation(lldb::addr_t addr, size_t size);
/openbsd/gnu/llvm/lldb/source/Expression/
H A DIRMemoryMap.cpp32 AllocationMap::iterator iter; in ~IRMemoryMap()
165 IRMemoryMap::AllocationMap::iterator
170 AllocationMap::iterator iter = m_allocations.lower_bound(addr); in FindAllocation()
188 AllocationMap::const_iterator iter = m_allocations.lower_bound(addr); in IntersectsAllocation()
433 AllocationMap::iterator iter = m_allocations.find(process_address); in Leak()
449 AllocationMap::iterator iter = m_allocations.find(process_address); in Free()
491 AllocationMap::iterator iter = FindAllocation(address, size); in GetAllocSize()
517 AllocationMap::iterator iter = FindAllocation(process_address, size); in WriteMemory()
625 AllocationMap::iterator iter = FindAllocation(process_address, size); in ReadMemory()
779 AllocationMap::iterator iter = FindAllocation(process_address, size); in GetMemoryData()
/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DExecutorSharedMemoryMapperService.h46 using AllocationMap = DenseMap<ExecutorAddr, Allocation>; variable
75 AllocationMap Allocations;
/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DMemoryMapper.h109 using AllocationMap = DenseMap<ExecutorAddr, Allocation>; variable
119 AllocationMap Allocations;