Searched refs:AllocationsIntersect (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/lldb/include/lldb/Expression/ |
D | IRMemoryMap.h | 132 static bool AllocationsIntersect(lldb::addr_t addr1, size_t size1,
|
/external/llvm-project/lldb/source/Expression/ |
D | IRMemoryMap.cpp | 197 if (AllocationsIntersect(addr, size, iter->second.m_process_start, in IntersectsAllocation() 204 if (AllocationsIntersect(addr, size, iter->second.m_process_start, in IntersectsAllocation() 212 bool IRMemoryMap::AllocationsIntersect(lldb::addr_t addr1, size_t size1, in AllocationsIntersect() function in IRMemoryMap
|