Home
last modified time | relevance | path

Searched refs:eTypeFileSpecList (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h44 eTypeFileSpecList, enumerator
165 case 1u << eTypeFileSpecList: in ConvertTypeMaskToType()
166 return eTypeFileSpecList; in ConvertTypeMaskToType()
H A DOptionValueFileSpecList.h31 OptionValue::Type GetType() const override { return eTypeFileSpecList; } in GetType()
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp82 if (GetType() == OptionValue::eTypeFileSpecList) in GetAsFileSpecList()
88 if (GetType() == OptionValue::eTypeFileSpecList) in GetAsFileSpecList()
501 case eTypeFileSpecList: in GetBuiltinTypeAsCString()
H A DProperty.cpp119 case OptionValue::eTypeFileSpecList: in Property()
H A DOptionValueArray.cpp45 case eTypeFileSpecList: in DumpValue()
H A DOptionValueDictionary.cpp61 case eTypeFileSpecList: in DumpValue()