Home
last modified time | relevance | path

Searched defs:GetFormatValue (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupFormat.h52 OptionValueFormat &GetFormatValue() { return m_format; } in GetFormatValue() function
54 const OptionValueFormat &GetFormatValue() const { return m_format; } in GetFormatValue() function
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp324 std::optional<lldb::Format> OptionValue::GetFormatValue() const { GetFormatValue() function in OptionValue