Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h37 eTypeFileSpecList, enumerator
145 case 1u << eTypeFileSpecList: in ConvertTypeMaskToType()
146 return eTypeFileSpecList; in ConvertTypeMaskToType()
H A DOptionValueFileSpecList.h31 OptionValue::Type GetType() const override { return eTypeFileSpecList; } in GetType()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp83 if (GetType() == OptionValue::eTypeFileSpecList) in GetAsFileSpecList()
89 if (GetType() == OptionValue::eTypeFileSpecList) in GetAsFileSpecList()
478 case eTypeFileSpecList: in GetBuiltinTypeAsCString()
H A DProperty.cpp119 case OptionValue::eTypeFileSpecList: in Property()
H A DOptionValueArray.cpp46 case eTypeFileSpecList: in DumpValue()
H A DOptionValueDictionary.cpp56 case eTypeFileSpecList: in DumpValue()