Home
last modified time | relevance | path

Searched refs:OptionValueFormatEntity (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueFormatEntity.cpp18 OptionValueFormatEntity::OptionValueFormatEntity(const char *default_format) { in OptionValueFormatEntity() function in OptionValueFormatEntity
30 void OptionValueFormatEntity::Clear() { in Clear()
50 void OptionValueFormatEntity::DumpValue(const ExecutionContext *exe_ctx, in DumpValue()
64 OptionValueFormatEntity::ToJSON(const ExecutionContext *exe_ctx) const { in ToJSON()
70 Status OptionValueFormatEntity::SetValueFromString(llvm::StringRef value_str, in SetValueFromString()
119 void OptionValueFormatEntity::AutoComplete(CommandInterpreter &interpreter, in AutoComplete()
H A DOptionValue.cpp175 OptionValueFormatEntity *OptionValue::GetAsFormatEntity() { in GetAsFormatEntity()
177 return static_cast<OptionValueFormatEntity *>(this); in GetAsFormatEntity()
181 const OptionValueFormatEntity *OptionValue::GetAsFormatEntity() const { in GetAsFormatEntity()
183 return static_cast<const OptionValueFormatEntity *>(this); in GetAsFormatEntity()
385 if (const OptionValueFormatEntity *option_value = GetAsFormatEntity()) in GetFormatEntityValue()
479 if (OptionValueFormatEntity *option_value = GetAsFormatEntity()) { in SetFormatEntityValue()
556 value_sp = std::make_shared<OptionValueFormatEntity>(nullptr); in CreateValueFromCStringForTypeMask()
H A DProperty.cpp160 m_value_sp = std::make_shared<OptionValueFormatEntity>( in Property()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueFormatEntity.h17 class OptionValueFormatEntity
18 : public Cloneable<OptionValueFormatEntity, OptionValue> {
20 OptionValueFormatEntity(const char *default_format);
22 ~OptionValueFormatEntity() override = default;
H A DOptionValue.h241 OptionValueFormatEntity *GetAsFormatEntity();
242 const OptionValueFormatEntity *GetAsFormatEntity() const;
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h152 class OptionValueFormatEntity; variable
/freebsd/lib/clang/liblldb/
H A DMakefile335 SRCS+= Interpreter/OptionValueFormatEntity.cpp