Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.cpp481 auto relative_method_lists = std::make_unique<relative_list_list_t>(); in ProcessRelativeMethodLists() local
484 if (!relative_method_lists->Read(process, relative_method_list_ptr)) in ProcessRelativeMethodLists()
488 for (uint32_t i = 0; i < relative_method_lists->m_count; i++) { in ProcessRelativeMethodLists()
491 const lldb::addr_t entry_addr = relative_method_lists->m_first_ptr + in ProcessRelativeMethodLists()
492 (i * relative_method_lists->m_entsize); in ProcessRelativeMethodLists()