LLDB
mainline
|
Public Member Functions | |
DescriptorMapUpdateResult (bool ran, uint32_t found) | |
Static Public Member Functions | |
static DescriptorMapUpdateResult | Fail () |
static DescriptorMapUpdateResult | Success (uint32_t found) |
Public Attributes | |
bool | m_update_ran |
uint32_t | m_num_found |
Definition at line 287 of file AppleObjCRuntimeV2.h.
|
inline |
Definition at line 291 of file AppleObjCRuntimeV2.h.
References m_num_found, and m_update_ran.
|
inlinestatic |
Definition at line 296 of file AppleObjCRuntimeV2.h.
Referenced by lldb_private::AppleObjCRuntimeV2::DynamicClassInfoExtractor::UpdateISAToDescriptorMap(), and lldb_private::AppleObjCRuntimeV2::SharedCacheClassInfoExtractor::UpdateISAToDescriptorMap().
|
inlinestatic |
Definition at line 298 of file AppleObjCRuntimeV2.h.
Referenced by lldb_private::AppleObjCRuntimeV2::DynamicClassInfoExtractor::UpdateISAToDescriptorMap().
uint32_t lldb_private::AppleObjCRuntimeV2::DescriptorMapUpdateResult::m_num_found |
Definition at line 289 of file AppleObjCRuntimeV2.h.
Referenced by DescriptorMapUpdateResult(), and lldb_private::AppleObjCRuntimeV2::UpdateISAToDescriptorMapIfNeeded().
bool lldb_private::AppleObjCRuntimeV2::DescriptorMapUpdateResult::m_update_ran |
Definition at line 288 of file AppleObjCRuntimeV2.h.
Referenced by DescriptorMapUpdateResult(), and lldb_private::AppleObjCRuntimeV2::UpdateISAToDescriptorMapIfNeeded().