Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptionValueFormatEntity.h26 OptionValue::Type GetType() const override { return eTypeFormatEntity; } in GetType()
H A DOptionValue.h47 eTypeFormatEntity enumerator