Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDOptionValueFormatEntity.cpp24 OptionValueFormatEntity::OptionValueFormatEntity (const char *default_format) : in OptionValueFormatEntity() function in OptionValueFormatEntity
45 OptionValueFormatEntity::Clear () in Clear()
55 OptionValueFormatEntity::DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_ma… in DumpValue()
68 OptionValueFormatEntity::SetValueFromString (llvm::StringRef value_str, in SetValueFromString()
125 OptionValueFormatEntity::DeepCopy () const in DeepCopy()
127 return OptionValueSP(new OptionValueFormatEntity(*this)); in DeepCopy()
131 OptionValueFormatEntity::AutoComplete (CommandInterpreter &interpreter, in AutoComplete()
HDOptionValue.cpp241 OptionValueFormatEntity *
245 return static_cast<OptionValueFormatEntity *>(this); in GetAsFormatEntity()
249 const OptionValueFormatEntity *
253 return static_cast<const OptionValueFormatEntity *>(this); in GetAsFormatEntity()
511 const OptionValueFormatEntity *option_value = GetAsFormatEntity(); in GetFormatEntity()
655 case 1u << eTypeFormatEntity: value_sp.reset(new OptionValueFormatEntity(NULL)); break; in CreateValueFromCStringForTypeMask()
HDProperty.cpp141 m_value_sp.reset (new OptionValueFormatEntity(definition.default_cstr_value)); in Property()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/
HDOptionValueFormatEntity.h22 class OptionValueFormatEntity : public OptionValue
25 OptionValueFormatEntity (const char *default_format);
28 ~OptionValueFormatEntity() in ~OptionValueFormatEntity()
HDOptionValue.h323 OptionValueFormatEntity *
326 const OptionValueFormatEntity *
/NextBSD/lib/clang/liblldbInterpreter/
HDMakefile37 OptionValueFormatEntity.cpp \
/NextBSD/contrib/llvm/tools/lldb/include/lldb/
HDlldb-forward.h153 class OptionValueFormatEntity; variable