Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.h56 size_t GetNumIVars() override { in GetNumIVars() function
62 if (idx >= GetNumIVars()) in GetIVarAtIndex()
H A DAppleObjCRuntimeV2.cpp592 (uintptr_t)iterator->second->GetNumIVars()); in DoExecute()
599 for (size_t i = 0; i < iterator->second->GetNumIVars(); i++) { in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/
H A DNSIndexPath.cpp96 for (size_t x = 0; x < descriptor->GetNumIVars(); x++) { in Update()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DObjCLanguageRuntime.cpp342 for (size_t idx = 0; idx < class_descriptor_sp->GetNumIVars(); idx++) { in GetTypeBitSize()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DObjCLanguageRuntime.h126 virtual size_t GetNumIVars() { return 0; } in GetNumIVars() function