Home
last modified time | relevance | path

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

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