Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSIndexPath.cpp95 const auto &ivar = descriptor->GetIVarAtIndex(x); in Update()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.h70 iVarDescriptor GetIVarAtIndex(size_t idx) override { in GetIVarAtIndex() function
H A DAppleObjCRuntimeV2.cpp957 auto ivar = iterator->second->GetIVarAtIndex(i); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp370 const auto &ivar = class_descriptor_sp->GetIVarAtIndex(idx); in GetTypeBitSize()
H A DObjCLanguageRuntime.h145 virtual iVarDescriptor GetIVarAtIndex(size_t idx) { in GetIVarAtIndex() function