Home
last modified time | relevance | path

Searched refs:GetFormatEntity (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionValue.h293 const FormatEntity::Entry *GetFormatEntity() const;
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptionValue.cpp378 const FormatEntity::Entry *OptionValue::GetFormatEntity() const { in GetFormatEntity() function in OptionValue
H A DOptionValueProperties.cpp358 return value->GetFormatEntity(); in GetPropertyAtIndexAsFormatEntity()