Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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 DCMakeLists.txt41 OptionValueFormatEntity.cpp
H A DProperty.cpp160 m_value_sp = std::make_shared<OptionValueFormatEntity>( in Property()
/llvm-project-15.0.7/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;
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Interpreter/
H A DBUILD.gn64 "OptionValueFormatEntity.cpp",
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-forward.h149 class OptionValueFormatEntity; variable
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt3779 lldb/include/lldb/Interpreter/OptionValueFormatEntity.h
4101 lldb/source/Interpreter/OptionValueFormatEntity.cpp