Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptionValue.cpp179 if (GetType() == OptionValue::eTypeFormatEntity) in GetAsFormatEntity()
185 if (GetType() == OptionValue::eTypeFormatEntity) in GetAsFormatEntity()
482 case eTypeFormatEntity: in GetBuiltinTypeAsCString()
525 case 1u << eTypeFormatEntity: in CreateValueFromCStringForTypeMask()
H A DProperty.cpp157 case OptionValue::eTypeFormatEntity: in Property()
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionValueFormatEntity.h26 OptionValue::Type GetType() const override { return eTypeFormatEntity; } in GetType()
H A DOptionValue.h48 eTypeFormatEntity enumerator