Home
last modified time | relevance | path

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

/freebsd-13.1/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()
63 Status OptionValueFormatEntity::SetValueFromString(llvm::StringRef value_str, in SetValueFromString()
112 void OptionValueFormatEntity::AutoComplete(CommandInterpreter &interpreter, in AutoComplete()
H A DOptionValue.cpp178 OptionValueFormatEntity *OptionValue::GetAsFormatEntity() { in GetAsFormatEntity()
180 return static_cast<OptionValueFormatEntity *>(this); in GetAsFormatEntity()
184 const OptionValueFormatEntity *OptionValue::GetAsFormatEntity() const { in GetAsFormatEntity()
186 return static_cast<const OptionValueFormatEntity *>(this); in GetAsFormatEntity()
379 const OptionValueFormatEntity *option_value = GetAsFormatEntity(); in GetFormatEntity()
526 value_sp = std::make_shared<OptionValueFormatEntity>(nullptr); in CreateValueFromCStringForTypeMask()
H A DProperty.cpp160 m_value_sp = std::make_shared<OptionValueFormatEntity>( in Property()
/freebsd-13.1/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.h250 OptionValueFormatEntity *GetAsFormatEntity();
252 const OptionValueFormatEntity *GetAsFormatEntity() const;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h143 class OptionValueFormatEntity; variable
/freebsd-13.1/lib/clang/liblldb/
H A DMakefile302 SRCS+= Interpreter/OptionValueFormatEntity.cpp