Home
last modified time | relevance | path

Searched refs:GetFormatEntityValue (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h288 return GetFormatEntityValue(); in GetValueAs()
385 FormatEntity::Entry GetFormatEntityValue() const;
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp383 FormatEntity::Entry OptionValue::GetFormatEntityValue() const { in GetFormatEntityValue() function in OptionValue