Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Interpreter/
DOptionGroupFormat.h47 OptionValueFormat &GetFormatValue() { return m_format; } in GetFormatValue() function
49 const OptionValueFormat &GetFormatValue() const { return m_format; } in GetFormatValue() function
/external/llvm-project/lldb/source/Interpreter/
DOptionValue.cpp345 lldb::Format OptionValue::GetFormatValue(lldb::Format fail_value) const { in GetFormatValue() function in OptionValue