Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/source/Interpreter/
HDOptionValue.cpp178 if (GetType() == OptionValue::eTypeFormatEntity) in GetAsFormatEntity()
184 if (GetType() == OptionValue::eTypeFormatEntity) in GetAsFormatEntity()
505 case eTypeFormatEntity: in GetBuiltinTypeAsCString()
548 case 1u << eTypeFormatEntity: in CreateValueFromCStringForTypeMask()
HDProperty.cpp157 case OptionValue::eTypeFormatEntity: in Property()
/freebsd-head/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDOptionValueFormatEntity.h26 OptionValue::Type GetType() const override { return eTypeFormatEntity; } in GetType()
HDOptionValue.h54 eTypeFormatEntity enumerator