Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h70 bool GetDisableMemoryCache() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp191 bool ProcessProperties::GetDisableMemoryCache() const { in GetDisableMemoryCache() function in ProcessProperties
2160 if (!GetDisableMemoryCache()) { in ReadMemory()