Home
last modified time | relevance | path

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

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