Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.h62 size_t GetNumIVars() override { in GetNumIVars() function
68 if (idx >= GetNumIVars()) in GetIVarAtIndex()
H A DAppleObjCRuntimeV2.cpp947 (uintptr_t)iterator->second->GetNumIVars()); in DoExecute()
954 for (size_t i = 0; i < iterator->second->GetNumIVars(); i++) { in DoExecute()
/openbsd/gnu/llvm/lldb/source/Plugins/Language/ObjC/
H A DNSIndexPath.cpp92 for (size_t x = 0; x < descriptor->GetNumIVars(); x++) { in Update()
/openbsd/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.h136 virtual size_t GetNumIVars() { return 0; } in GetNumIVars() function
H A DObjCLanguageRuntime.cpp362 for (size_t idx = 0; idx < class_descriptor_sp->GetNumIVars(); idx++) { in GetTypeBitSize()