Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DMemory.h128 bool IsInCache(lldb::addr_t addr) const;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DMemory.cpp437 bool AllocatedMemoryCache::IsInCache(lldb::addr_t addr) const { in IsInCache() function in AllocatedMemoryCache
H A DProcess.cpp2294 if (TrackMemoryCacheChanges() || !m_allocated_memory_cache.IsInCache(addr)) in WriteMemory()