Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DMemory.h36 void AddInvalidRange(lldb::addr_t base_addr, lldb::addr_t byte_size);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DMemory.cpp101 void MemoryCache::AddInvalidRange(lldb::addr_t base_addr, in AddInvalidRange() function in MemoryCache
H A DProcess.cpp5819 m_memory_cache.AddInvalidRange(region.GetRangeBase(), region.GetByteSize()); in AddInvalidMemoryRegion()