LLDB mainline
|
Classes | |
struct | DataDescriptor |
struct | DataDescriptor_32 |
struct | DataDescriptor_64 |
Typedefs | |
using | NSArrayMSyntheticFrontEnd |
using | NSDictionaryMSyntheticFrontEnd |
using | NSSetMSyntheticFrontEnd |
Functions | |
template<typename DD> | |
uint64_t | __NSArrayMSize_Impl (lldb_private::Process &process, lldb::addr_t valobj_addr, Status &error) |
uint64_t | __NSArrayMSize (lldb_private::Process &process, lldb::addr_t valobj_addr, Status &error) |
template<typename DD> | |
uint64_t | __NSDictionaryMSize_Impl (lldb_private::Process &process, lldb::addr_t valobj_addr, Status &error) |
uint64_t | __NSDictionaryMSize (lldb_private::Process &process, lldb::addr_t valobj_addr, Status &error) |
template<typename DD> | |
uint64_t | __NSSetMSize_Impl (lldb_private::Process &process, lldb::addr_t valobj_addr, Status &error) |
uint64_t | __NSSetMSize (lldb_private::Process &process, lldb::addr_t valobj_addr, Status &error) |
Variables | |
static const uint64_t | NSDictionaryCapacities [] |
static const size_t | NSDictionaryNumSizeBuckets |
Definition at line 156 of file NSArray.cpp.
Definition at line 363 of file NSDictionary.cpp.
uint64_t lldb_private::formatters::Foundation1437::__NSArrayMSize | ( | lldb_private::Process & | process, |
lldb::addr_t | valobj_addr, | ||
Status & | error ) |
Definition at line 176 of file NSArray.cpp.
References __NSArrayMSize_Impl(), error(), and lldb_private::Process::GetAddressByteSize().
Referenced by lldb_private::formatters::Foundation1436::__NSFrozenArrayMSize(), and lldb_private::formatters::NSArraySummaryProvider().
uint64_t lldb_private::formatters::Foundation1437::__NSArrayMSize_Impl | ( | lldb_private::Process & | process, |
lldb::addr_t | valobj_addr, | ||
Status & | error ) |
Definition at line 162 of file NSArray.cpp.
References error(), lldb_private::Process::GetAddressByteSize(), and lldb_private::Process::ReadMemory().
Referenced by __NSArrayMSize().
uint64_t lldb_private::formatters::Foundation1437::__NSDictionaryMSize | ( | lldb_private::Process & | process, |
lldb::addr_t | valobj_addr, | ||
Status & | error ) |
Definition at line 382 of file NSDictionary.cpp.
References __NSDictionaryMSize_Impl(), error(), and lldb_private::Process::GetAddressByteSize().
Referenced by lldb_private::formatters::NSDictionarySummaryProvider().
uint64_t lldb_private::formatters::Foundation1437::__NSDictionaryMSize_Impl | ( | lldb_private::Process & | process, |
lldb::addr_t | valobj_addr, | ||
Status & | error ) |
Definition at line 368 of file NSDictionary.cpp.
References error(), lldb_private::Process::GetAddressByteSize(), and lldb_private::Process::ReadMemory().
Referenced by __NSDictionaryMSize().
uint64_t lldb_private::formatters::Foundation1437::__NSSetMSize | ( | lldb_private::Process & | process, |
lldb::addr_t | valobj_addr, | ||
Status & | error ) |
Definition at line 214 of file NSSet.cpp.
References __NSSetMSize_Impl(), error(), and lldb_private::Process::GetAddressByteSize().
Referenced by lldb_private::formatters::NSSetSummaryProvider().
uint64_t lldb_private::formatters::Foundation1437::__NSSetMSize_Impl | ( | lldb_private::Process & | process, |
lldb::addr_t | valobj_addr, | ||
Status & | error ) |
Definition at line 200 of file NSSet.cpp.
References error(), lldb_private::Process::GetAddressByteSize(), and lldb_private::Process::ReadMemory().
Referenced by __NSSetMSize().
|
static |
Definition at line 324 of file NSDictionary.cpp.
|
static |
Definition at line 332 of file NSDictionary.cpp.