Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCClassDescriptorV2.cpp245 m_is_small = (entsize & 0x80000000) != 0; in Read()
386 bool is_small = base_method_list->m_is_small; in Describe()
DAppleObjCClassDescriptorV2.h137 bool m_is_small; member