Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h556 LazyBool m_supports_jGetSharedCacheInfo = eLazyBoolCalculate; variable
H A DGDBRemoteCommunicationClient.cpp618 if (m_supports_jGetSharedCacheInfo == eLazyBoolCalculate) { in GetSharedCacheInfoSupported()
620 m_supports_jGetSharedCacheInfo = eLazyBoolNo; in GetSharedCacheInfoSupported()
624 m_supports_jGetSharedCacheInfo = eLazyBoolYes; in GetSharedCacheInfoSupported()
628 return m_supports_jGetSharedCacheInfo; in GetSharedCacheInfoSupported()