Home
last modified time | relevance | path

Searched refs:AllocationsIntersect (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/lldb/include/lldb/Expression/
H A DIRMemoryMap.h132 static bool AllocationsIntersect(lldb::addr_t addr1, size_t size1,
/openbsd/gnu/llvm/lldb/source/Expression/
H A DIRMemoryMap.cpp198 if (AllocationsIntersect(addr, size, iter->second.m_process_start, in IntersectsAllocation()
205 if (AllocationsIntersect(addr, size, iter->second.m_process_start, in IntersectsAllocation()
213 bool IRMemoryMap::AllocationsIntersect(lldb::addr_t addr1, size_t size1, in AllocationsIntersect() function in IRMemoryMap