Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCClassDescriptorV2.h58 return m_ivars_storage.size(); in GetNumIVars()
64 return m_ivars_storage[idx]; in GetIVarAtIndex()
221 m_ivars_storage() {} in ClassDescriptorV2()
236 iVarsStorage m_ivars_storage; variable
DAppleObjCClassDescriptorV2.cpp578 m_ivars_storage.fill(m_runtime, *this); in GetIVarInformation()