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) { in ToJSON()
70 Status OptionValueFormatEntity::SetValueFromString(llvm::StringRef value_str, in SetValueFromString()
119 void OptionValueFormatEntity::AutoComplete(CommandInterpreter &interpreter, in AutoComplete()
H A DOptionValue.cpp177 OptionValueFormatEntity *OptionValue::GetAsFormatEntity() { in GetAsPathMappings()
179 return static_cast<OptionValueFormatEntity *>(this); in GetAsPathMappings()
183 const OptionValueFormatEntity *OptionValue::GetAsFormatEntity() const { in GetAsProperties()
185 return static_cast<const OptionValueFormatEntity *>(this); in GetAsProperties()
387 if (const OptionValueFormatEntity *option_value = GetAsFormatEntity()) in SetStringValue()
549 value_sp = std::make_shared<OptionValueFormatEntity>(nullptr); in DeepCopy()
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.h248 OptionValueFormatEntity *GetAsFormatEntity(); in OptionWasSet()
249 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 DMakefile332 SRCS+= Interpreter/OptionValueFormatEntity.cpp