Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRMemoryMap.cpp32 AllocationMap::iterator iter; in ~IRMemoryMap()
190 IRMemoryMap::AllocationMap::iterator
195 AllocationMap::iterator iter = m_allocations.lower_bound(addr); in FindAllocation()
213 AllocationMap::const_iterator iter = m_allocations.lower_bound(addr); in IntersectsAllocation()
458 AllocationMap::iterator iter = m_allocations.find(process_address); in Leak()
474 AllocationMap::iterator iter = m_allocations.find(process_address); in Free()
516 AllocationMap::iterator iter = FindAllocation(address, size); in GetAllocSize()
542 AllocationMap::iterator iter = FindAllocation(process_address, size); in WriteMemory()
650 AllocationMap::iterator iter = FindAllocation(process_address, size); in ReadMemory()
804 AllocationMap::iterator iter = FindAllocation(process_address, size); in GetMemoryData()
/freebsd/contrib/llvm-project/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);
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DExecutorSharedMemoryMapperService.h46 using AllocationMap = DenseMap<ExecutorAddr, Allocation>; variable
75 AllocationMap Allocations;
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMemoryMapper.h109 using AllocationMap = DenseMap<ExecutorAddr, Allocation>; variable
119 AllocationMap Allocations;