Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DProcess.h76 bool GetDisableMemoryCache() const;
/llvm-project-15.0.7/lldb/source/Target/
H A DProcess.cpp190 bool ProcessProperties::GetDisableMemoryCache() const { in GetDisableMemoryCache() function in ProcessProperties
1927 if (!GetDisableMemoryCache()) { in ReadMemory()