Home
last modified time | relevance | path

Searched refs:GetDisableMemoryCache (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDProcess.h83 bool GetDisableMemoryCache() const;
/freebsd-14-stable/contrib/llvm-project/lldb/source/Target/
HDProcess.cpp218 bool ProcessProperties::GetDisableMemoryCache() const { in GetDisableMemoryCache() function in ProcessProperties
1975 if (!GetDisableMemoryCache()) { in ReadMemory()