Home
last modified time | relevance | path

Searched refs:OptionValueFormat (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptionValueFormat.h16 class OptionValueFormat
17 : public Cloneable<OptionValueFormat, OptionValue> {
19 OptionValueFormat(lldb::Format value) in OptionValueFormat() function
22 OptionValueFormat(lldb::Format current_value, lldb::Format default_value) in OptionValueFormat() function
25 ~OptionValueFormat() override = default;
H A DOptionGroupFormat.h52 OptionValueFormat &GetFormatValue() { return m_format; } in GetFormatValue()
54 const OptionValueFormat &GetFormatValue() const { return m_format; } in GetFormatValue()
76 OptionValueFormat m_format;
H A DOptionValue.h214 OptionValueFormat *GetAsFormat();
216 const OptionValueFormat *GetAsFormat() const;
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionValue.cpp154 OptionValueFormat *OptionValue::GetAsFormat() { in GetAsFormat()
156 return static_cast<OptionValueFormat *>(this); in GetAsFormat()
160 const OptionValueFormat *OptionValue::GetAsFormat() const { in GetAsFormat()
162 return static_cast<const OptionValueFormat *>(this); in GetAsFormat()
346 const OptionValueFormat *option_value = GetAsFormat(); in GetFormatValue()
353 OptionValueFormat *option_value = GetAsFormat(); in SetFormatValue()
523 value_sp = std::make_shared<OptionValueFormat>(eFormatInvalid); in CreateValueFromCStringForTypeMask()
H A DOptionValueFormat.cpp18 void OptionValueFormat::DumpValue(const ExecutionContext *exe_ctx, Stream &strm, in DumpValue()
29 Status OptionValueFormat::SetValueFromString(llvm::StringRef value, in SetValueFromString()
H A DCMakeLists.txt40 OptionValueFormat.cpp
H A DProperty.cpp137 m_value_sp = std::make_shared<OptionValueFormat>(new_format); in Property()
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Interpreter/
H A DBUILD.gn63 "OptionValueFormat.cpp",
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-forward.h148 class OptionValueFormat; variable
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt4100 lldb/source/Interpreter/OptionValueFormat.cpp