Home
last modified time | relevance | path

Searched refs:RemoveInvalidRange (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DMemory.h45 bool RemoveInvalidRange(lldb::addr_t base_addr, lldb::addr_t byte_size);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DMemory.cpp113 bool MemoryCache::RemoveInvalidRange(lldb::addr_t base_addr, in RemoveInvalidRange() function in MemoryCache
H A DProcess.cpp5729 return m_memory_cache.RemoveInvalidRange(region.GetRangeBase(), in RemoveInvalidMemoryRange()