Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.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()
H A DProperty.cpp157 case OptionValue::eTypeFormatEntity: in Property()
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueFormatEntity.h26 OptionValue::Type GetType() const override { return eTypeFormatEntity; } in GetType()
H A DOptionValue.h54 eTypeFormatEntity enumerator