Home
last modified time | relevance | path

Searched refs:eTypeFormatEntity (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValue.cpp181 if (GetType() == OptionValue::eTypeFormatEntity) in GetAsFormatEntity()
187 if (GetType() == OptionValue::eTypeFormatEntity) in GetAsFormatEntity()
482 case eTypeFormatEntity: in GetBuiltinTypeAsCString()
525 case 1u << eTypeFormatEntity: in CreateValueFromCStringForTypeMask()
H A DProperty.cpp146 case OptionValue::eTypeFormatEntity: in Property()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValueFormatEntity.h28 OptionValue::Type GetType() const override { return eTypeFormatEntity; } in GetType()
H A DOptionValue.h48 eTypeFormatEntity enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp202 {"disassembly-format", OptionValue::eTypeFormatEntity, true, 0,
207 {"frame-format", OptionValue::eTypeFormatEntity, true, 0,
252 {"thread-format", OptionValue::eTypeFormatEntity, true, 0,
256 {"thread-stop-format", OptionValue::eTypeFormatEntity, true, 0,
282 {"frame-format-unique", OptionValue::eTypeFormatEntity, true, 0,