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

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.h65 size_t GetNumIVars() override {
71 if (idx >= GetNumIVars())
H A DAppleObjCRuntimeV2.cpp961 (uintptr_t)iterator->second->GetNumIVars());
968 for (size_t i = 0; i < iterator->second->GetNumIVars(); i++) {
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSIndexPath.cpp92 for (size_t x = 0; x < descriptor->GetNumIVars(); x++) {
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.h143 virtual size_t GetNumIVars() { return 0; } function in class:lldb_private::ObjCLanguageRuntime::ClassDescriptor
H A DObjCLanguageRuntime.cpp370 for (size_t idx = 0; idx < class_descriptor_sp->GetNumIVars(); idx++) {

Completed in 114 milliseconds