Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
HDOptionValue.cpp153 OptionValueFormat *OptionValue::GetAsFormat() { in GetAsFormat() function in OptionValue
159 const OptionValueFormat *OptionValue::GetAsFormat() const { in GetAsFormat() function in OptionValue
355 if (const OptionValueFormat *option_value = GetAsFormat()) in GetFormatValue()
362 if (OptionValueFormat *option_value = GetAsFormat()) { in SetFormatValue()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDOptionValue.h221 OptionValueFormat *GetAsFormat();
222 const OptionValueFormat *GetAsFormat() const;