Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Expression/
DIRMemoryMap.h129 bool IntersectsAllocation(lldb::addr_t addr, size_t size) const;
/external/llvm-project/lldb/source/Expression/
DIRMemoryMap.cpp183 bool IRMemoryMap::IntersectsAllocation(lldb::addr_t addr, size_t size) const { in IntersectsAllocation() function in IRMemoryMap