Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionValue.h38 eTypeFileSpecList, enumerator
156 case 1u << eTypeFileSpecList: in ConvertTypeMaskToType()
157 return eTypeFileSpecList; in ConvertTypeMaskToType()
H A DOptionValueFileSpecList.h31 OptionValue::Type GetType() const override { return eTypeFileSpecList; } in GetType()
/openbsd-src/gnu/llvm/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.cpp45 case eTypeFileSpecList: in DumpValue()
H A DOptionValueDictionary.cpp57 case eTypeFileSpecList: in DumpValue()