Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRMemoryMap.h129 bool IntersectsAllocation(lldb::addr_t addr, size_t size) const;
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRMemoryMap.cpp209 bool IRMemoryMap::IntersectsAllocation(lldb::addr_t addr, size_t size) const { in IntersectsAllocation() function in IRMemoryMap