Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Language/ObjC/
H A DNSIndexPath.cpp93 const auto &ivar = descriptor->GetIVarAtIndex(x); in Update()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.h67 iVarDescriptor GetIVarAtIndex(size_t idx) override { in GetIVarAtIndex() function
H A DAppleObjCRuntimeV2.cpp955 auto ivar = iterator->second->GetIVarAtIndex(i); in DoExecute()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.h137 virtual iVarDescriptor GetIVarAtIndex(size_t idx) { in GetIVarAtIndex() function
H A DObjCLanguageRuntime.cpp362 const auto &ivar = class_descriptor_sp->GetIVarAtIndex(idx); in GetTypeBitSize()