Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h76 bool GetDisableMemoryCache() const;
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DProcess.cpp191 bool ProcessProperties::GetDisableMemoryCache() const { in GetDisableMemoryCache() function in ProcessProperties
1931 if (!GetDisableMemoryCache()) { in ReadMemory()