Searched refs:GetNumIVars (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.h56 size_t GetNumIVars() override {
62 if (idx >= GetNumIVars())
H A DAppleObjCRuntimeV2.cpp620 (uintptr_t)iterator->second->GetNumIVars());
627 for (size_t i = 0; i < iterator->second->GetNumIVars(); i++) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSIndexPath.cpp92 for (size_t x = 0; x < descriptor->GetNumIVars(); x++) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.h126 virtual size_t GetNumIVars() { return 0; } function in class:lldb_private::ObjCLanguageRuntime::ObjCRuntimeVersions::ClassDescriptor
H A DObjCLanguageRuntime.cpp331 for (size_t idx = 0; idx < class_descriptor_sp->GetNumIVars(); idx++) {

Completed in 65 milliseconds