Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h558 LazyBool m_supports_jGetSharedCacheInfo; variable
DGDBRemoteCommunicationClient.cpp89 m_supports_jGetSharedCacheInfo(eLazyBoolCalculate), in GDBRemoteCommunicationClient()
636 if (m_supports_jGetSharedCacheInfo == eLazyBoolCalculate) { in GetSharedCacheInfoSupported()
638 m_supports_jGetSharedCacheInfo = eLazyBoolNo; in GetSharedCacheInfoSupported()
642 m_supports_jGetSharedCacheInfo = eLazyBoolYes; in GetSharedCacheInfoSupported()
646 return m_supports_jGetSharedCacheInfo; in GetSharedCacheInfoSupported()