LLDB mainline
|
Public Member Functions | |
DescriptorMapUpdateResult (bool ran, bool retry, uint32_t found) | |
Static Public Member Functions | |
static DescriptorMapUpdateResult | Fail () |
static DescriptorMapUpdateResult | Success (uint32_t found) |
static DescriptorMapUpdateResult | Retry () |
Public Attributes | |
bool | m_update_ran |
bool | m_retry_update |
uint32_t | m_num_found |
Definition at line 286 of file AppleObjCRuntimeV2.h.
|
inline |
Definition at line 291 of file AppleObjCRuntimeV2.h.
References m_num_found, m_retry_update, and m_update_ran.
|
inlinestatic |
Definition at line 299 of file AppleObjCRuntimeV2.h.
Referenced by lldb_private::AppleObjCRuntimeV2::SharedCacheClassInfoExtractor::UpdateISAToDescriptorMap(), and lldb_private::AppleObjCRuntimeV2::DynamicClassInfoExtractor::UpdateISAToDescriptorMap().
|
inlinestatic |
Definition at line 305 of file AppleObjCRuntimeV2.h.
Referenced by lldb_private::AppleObjCRuntimeV2::SharedCacheClassInfoExtractor::UpdateISAToDescriptorMap(), and lldb_private::AppleObjCRuntimeV2::DynamicClassInfoExtractor::UpdateISAToDescriptorMap().
|
inlinestatic |
Definition at line 301 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_retry_update |
Definition at line 288 of file AppleObjCRuntimeV2.h.
Referenced by DescriptorMapUpdateResult(), and lldb_private::AppleObjCRuntimeV2::UpdateISAToDescriptorMapIfNeeded().
bool lldb_private::AppleObjCRuntimeV2::DescriptorMapUpdateResult::m_update_ran |
Definition at line 287 of file AppleObjCRuntimeV2.h.
Referenced by DescriptorMapUpdateResult(), and lldb_private::AppleObjCRuntimeV2::UpdateISAToDescriptorMapIfNeeded().