Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.cpp260 m_is_small = (entsize & 0x80000000) != 0; in Read()
435 const size_t method_size = method_t::GetSize(process, method_list.m_is_small); in GetMethodList()
456 relative_selector_base_addr, method_list.m_is_small, in ProcessMethodList()
H A DAppleObjCClassDescriptorV2.h144 bool m_is_small; member