Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/
HDOptionValue.h41 eTypeFileSpecList, enumerator
189 case 1u << eTypeFileSpecList: return eTypeFileSpecList; in ConvertTypeMaskToType()
HDOptionValueFileSpecList.h50 return eTypeFileSpecList; in GetType()
/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDOptionValue.cpp111 if (GetType () == OptionValue::eTypeFileSpecList) in GetAsFileSpecList()
120 if (GetType () == OptionValue::eTypeFileSpecList) in GetAsFileSpecList()
626 case eTypeFileSpecList: return "file-list"; in GetBuiltinTypeAsCString()
HDProperty.cpp104 case OptionValue::eTypeFileSpecList: in Property()
HDOptionValueArray.cpp51 case eTypeFileSpecList: in DumpValue()
HDOptionValueDictionary.cpp58 case eTypeFileSpecList: in DumpValue()
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDTarget.cpp2950 …{ "exec-search-paths" , OptionValue::eTypeFileSpecList, false, 0 …
2951 …{ "debug-file-search-paths" , OptionValue::eTypeFileSpecList, false, 0 …
2952 …{ "clang-module-search-paths" , OptionValue::eTypeFileSpecList, false, 0 …
HDThread.cpp71 …{ "step-avoid-libraries", OptionValue::eTypeFileSpecList , true , 0, NULL, NULL, "A list of libr…