Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.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()
/openbsd-src/gnu/llvm/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.h261 OptionValueFormatEntity *GetAsFormatEntity();
263 const OptionValueFormatEntity *GetAsFormatEntity() const;
/openbsd-src/gnu/usr.bin/clang/liblldbInterpreter/
H A DMakefile40 OptionValueFormatEntity.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Interpreter/
H A DBUILD.gn64 "OptionValueFormatEntity.cpp",
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-forward.h149 class OptionValueFormatEntity; variable
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt3774 lldb/include/lldb/Interpreter/OptionValueFormatEntity.h
4096 lldb/source/Interpreter/OptionValueFormatEntity.cpp