Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DMemory.h43 void AddInvalidRange(lldb::addr_t base_addr, lldb::addr_t byte_size);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DMemory.cpp103 void MemoryCache::AddInvalidRange(lldb::addr_t base_addr, in AddInvalidRange() function in MemoryCache
H A DProcess.cpp5725 m_memory_cache.AddInvalidRange(region.GetRangeBase(), region.GetByteSize()); in AddInvalidMemoryRegion()