Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueFormatEntity.cpp19 OptionValueFormatEntity::OptionValueFormatEntity(const char *default_format) in OptionValueFormatEntity() function in OptionValueFormatEntity
33 bool OptionValueFormatEntity::Clear() { in Clear()
54 void OptionValueFormatEntity::DumpValue(const ExecutionContext *exe_ctx, in DumpValue()
67 Status OptionValueFormatEntity::SetValueFromString(llvm::StringRef value_str, in SetValueFromString()
116 lldb::OptionValueSP OptionValueFormatEntity::DeepCopy() const { in DeepCopy()
117 return OptionValueSP(new OptionValueFormatEntity(*this)); in DeepCopy()
120 size_t OptionValueFormatEntity::AutoComplete(CommandInterpreter &interpreter, in AutoComplete()
H A DOptionValue.cpp180 OptionValueFormatEntity *OptionValue::GetAsFormatEntity() { in GetAsFormatEntity()
182 return static_cast<OptionValueFormatEntity *>(this); in GetAsFormatEntity()
186 const OptionValueFormatEntity *OptionValue::GetAsFormatEntity() const { in GetAsFormatEntity()
188 return static_cast<const OptionValueFormatEntity *>(this); in GetAsFormatEntity()
381 const OptionValueFormatEntity *option_value = GetAsFormatEntity(); in GetFormatEntity()
526 value_sp.reset(new OptionValueFormatEntity(NULL)); in CreateValueFromCStringForTypeMask()
H A DProperty.cpp150 new OptionValueFormatEntity(definition.default_cstr_value)); in Property()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValueFormatEntity.h18 class OptionValueFormatEntity : public OptionValue {
20 OptionValueFormatEntity(const char *default_format);
22 ~OptionValueFormatEntity() override {} in ~OptionValueFormatEntity()
H A DOptionValue.h259 OptionValueFormatEntity *GetAsFormatEntity();
261 const OptionValueFormatEntity *GetAsFormatEntity() const;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h164 class OptionValueFormatEntity; variable
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile281 SRCS+= Interpreter/OptionValueFormatEntity.cpp