Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.h65 size_t GetNumIVars() override { in GetNumIVars() function
71 if (idx >= GetNumIVars()) in GetIVarAtIndex()
H A DAppleObjCRuntimeV2.cpp949 (uintptr_t)iterator->second->GetNumIVars()); in DoExecute()
956 for (size_t i = 0; i < iterator->second->GetNumIVars(); i++) { in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSIndexPath.cpp94 for (size_t x = 0; x < descriptor->GetNumIVars(); x++) { in Update()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp369 for (size_t idx = 0; idx < class_descriptor_sp->GetNumIVars(); idx++) { in GetTypeBitSize()
H A DObjCLanguageRuntime.h143 virtual size_t GetNumIVars() { return 0; } in GetNumIVars() function