Home
last modified time | relevance | path

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

/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h82 return ProtectedGetPropertyAtIndex(idx);
167 Property *ProtectedGetPropertyAtIndex(size_t idx) { in ProtectedGetPropertyAtIndex() function
172 const Property *ProtectedGetPropertyAtIndex(size_t idx) const { in ProtectedGetPropertyAtIndex() function
/llvm-project/lldb/source/Interpreter/
H A DOptionValueProperties.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()
/llvm-project/lldb/source/Target/
H A DThread.cpp94 return instance_properties->ProtectedGetPropertyAtIndex(idx); in GetPropertyAtIndex()
97 return ProtectedGetPropertyAtIndex(idx); in GetPropertyAtIndex()
H A DTarget.cpp4267 return target_properties->ProtectedGetPropertyAtIndex(idx); in SetPreferDynamicValue()
4270 return ProtectedGetPropertyAtIndex(idx); in GetPreloadSymbols()
H A DProcess.cpp110 return instance_properties->ProtectedGetPropertyAtIndex(idx); in GetPropertyAtIndex()
113 return ProtectedGetPropertyAtIndex(idx);