Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDOptionValueProperties.h82 return ProtectedGetPropertyAtIndex(idx);
167 Property *ProtectedGetPropertyAtIndex(size_t idx) { in ProtectedGetPropertyAtIndex() function
172 const Property *ProtectedGetPropertyAtIndex(size_t idx) const { in ProtectedGetPropertyAtIndex() function
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
HDOptionValueProperties.cpp38 Property *property = ProtectedGetPropertyAtIndex(property_idx); in SetValueChangedCallback()
440 const Property *property = ProtectedGetPropertyAtIndex(i); in DumpAllDescriptions()
445 const Property *property = ProtectedGetPropertyAtIndex(i); in DumpAllDescriptions()
457 const Property *property = ProtectedGetPropertyAtIndex(i); in Apropos()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
HDThread.cpp94 return instance_properties->ProtectedGetPropertyAtIndex(idx); in GetPropertyAtIndex()
97 return ProtectedGetPropertyAtIndex(idx); in GetPropertyAtIndex()
HDTarget.cpp4117 return target_properties->ProtectedGetPropertyAtIndex(idx); in GetPropertyAtIndex()
4120 return ProtectedGetPropertyAtIndex(idx); in GetPropertyAtIndex()
HDProcess.cpp110 return instance_properties->ProtectedGetPropertyAtIndex(idx); in GetPropertyAtIndex()
113 return ProtectedGetPropertyAtIndex(idx); in GetPropertyAtIndex()