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 289 of file AppleObjCRuntimeV2.h.
|
inline |
Definition at line 294 of file AppleObjCRuntimeV2.h.
References m_num_found, m_retry_update, and m_update_ran.
|
inlinestatic |
Definition at line 302 of file AppleObjCRuntimeV2.h.
References DescriptorMapUpdateResult().
|
inlinestatic |
Definition at line 308 of file AppleObjCRuntimeV2.h.
References DescriptorMapUpdateResult().
|
inlinestatic |
Definition at line 304 of file AppleObjCRuntimeV2.h.
References DescriptorMapUpdateResult().
uint32_t lldb_private::AppleObjCRuntimeV2::DescriptorMapUpdateResult::m_num_found |
Definition at line 292 of file AppleObjCRuntimeV2.h.
Referenced by DescriptorMapUpdateResult().
bool lldb_private::AppleObjCRuntimeV2::DescriptorMapUpdateResult::m_retry_update |
Definition at line 291 of file AppleObjCRuntimeV2.h.
Referenced by DescriptorMapUpdateResult().
bool lldb_private::AppleObjCRuntimeV2::DescriptorMapUpdateResult::m_update_ran |
Definition at line 290 of file AppleObjCRuntimeV2.h.
Referenced by DescriptorMapUpdateResult().