LLDB mainline
|
Classes | |
struct | DataDescriptor |
struct | DataDescriptor_32 |
struct | DataDescriptor_64 |
Typedefs | |
using | NSArrayMSyntheticFrontEnd = GenericNSArrayMSyntheticFrontEnd< DataDescriptor< uint32_t >, DataDescriptor< uint64_t > > |
using | NSDictionaryMSyntheticFrontEnd = GenericNSDictionaryMSyntheticFrontEnd< DataDescriptor_32, DataDescriptor_64 > |
using | NSSetMSyntheticFrontEnd = GenericNSSetMSyntheticFrontEnd< DataDescriptor_32, DataDescriptor_64 > |
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 |
using lldb_private::formatters::Foundation1437::NSArrayMSyntheticFrontEnd = typedef GenericNSArrayMSyntheticFrontEnd< DataDescriptor<uint32_t>, DataDescriptor<uint64_t> > |
Definition at line 158 of file NSArray.cpp.
using lldb_private::formatters::Foundation1437::NSDictionaryMSyntheticFrontEnd = typedef GenericNSDictionaryMSyntheticFrontEnd<DataDescriptor_32, DataDescriptor_64> |
Definition at line 374 of file NSDictionary.cpp.
using lldb_private::formatters::Foundation1437::NSSetMSyntheticFrontEnd = typedef GenericNSSetMSyntheticFrontEnd<DataDescriptor_32, DataDescriptor_64> |
uint64_t lldb_private::formatters::Foundation1437::__NSArrayMSize | ( | lldb_private::Process & | process, |
lldb::addr_t | valobj_addr, | ||
Status & | error | ||
) |
Definition at line 178 of file NSArray.cpp.
References 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 164 of file NSArray.cpp.
References error(), lldb_private::Process::GetAddressByteSize(), and lldb_private::Process::ReadMemory().
uint64_t lldb_private::formatters::Foundation1437::__NSDictionaryMSize | ( | lldb_private::Process & | process, |
lldb::addr_t | valobj_addr, | ||
Status & | error | ||
) |
Definition at line 393 of file NSDictionary.cpp.
References __NSDictionaryMSize(), error(), and lldb_private::Process::GetAddressByteSize().
Referenced by __NSDictionaryMSize(), and 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 379 of file NSDictionary.cpp.
References __NSDictionaryMSize_Impl(), error(), lldb_private::Process::GetAddressByteSize(), and lldb_private::Process::ReadMemory().
Referenced by __NSDictionaryMSize_Impl().
uint64_t lldb_private::formatters::Foundation1437::__NSSetMSize | ( | lldb_private::Process & | process, |
lldb::addr_t | valobj_addr, | ||
Status & | error | ||
) |
Definition at line 220 of file NSSet.cpp.
References __NSSetMSize(), error(), and lldb_private::Process::GetAddressByteSize().
Referenced by __NSSetMSize(), and 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 206 of file NSSet.cpp.
References __NSSetMSize_Impl(), error(), lldb_private::Process::GetAddressByteSize(), and lldb_private::Process::ReadMemory().
Referenced by __NSSetMSize_Impl().
|
static |
Definition at line 335 of file NSDictionary.cpp.
|
static |
Definition at line 343 of file NSDictionary.cpp.