Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp176 if (GetType() == OptionValue::eTypeFormatEntity) in GetAsFormatEntity()
182 if (GetType() == OptionValue::eTypeFormatEntity) in GetAsFormatEntity()
512 case eTypeFormatEntity: in GetBuiltinTypeAsCString()
555 case 1u << eTypeFormatEntity: in CreateValueFromCStringForTypeMask()
H A DProperty.cpp157 case OptionValue::eTypeFormatEntity: in Property()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueFormatEntity.h24 OptionValue::Type GetType() const override { return eTypeFormatEntity; } in GetType()
H A DOptionValue.h54 eTypeFormatEntity enumerator