Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h114 bool TrackMemoryCacheChanges() const;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTargetProperties.td302 def TrackMemoryCacheChanges: Property<"track-memory-cache-changes", "Boolean">,
H A DProcess.cpp363 bool ProcessProperties::TrackMemoryCacheChanges() const { in TrackMemoryCacheChanges() function in ProcessProperties
2294 if (TrackMemoryCacheChanges() || !m_allocated_memory_cache.IsInCache(addr)) in WriteMemory()