reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

gen/tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFProperties.inc
   13   {"comp-dir-symlink-paths", OptionValue::eTypeFileSpecList, true, 0, "", {}, "If the DW_AT_comp_dir matches any of these paths the symbolic links will be resolved at DWARF parse time."},
gen/tools/lldb/source/Target/TargetProperties.inc
   52   {"clang-module-search-paths", OptionValue::eTypeFileSpecList, false, 0, "", {}, "List of directories to be searched when locating modules for Clang."},
   53   {"debug-file-search-paths", OptionValue::eTypeFileSpecList, false, 0, "", {}, "List of directories to be searched when locating debug symbol files. See also symbols.enable-external-lookup."},
   65   {"exec-search-paths", OptionValue::eTypeFileSpecList, false, 0, "", {}, "Executable search paths to use when locating executable files whose paths don't match the local file system."},
  103   {"step-avoid-libraries", OptionValue::eTypeFileSpecList, true, 0, "", {}, "A list of libraries that source stepping won't stop in."},
tools/lldb/include/lldb/Interpreter/OptionValue.h
  145     case 1u << eTypeFileSpecList:
  146       return eTypeFileSpecList;
tools/lldb/include/lldb/Interpreter/OptionValueFileSpecList.h
   30   OptionValue::Type GetType() const override { return eTypeFileSpecList; }
tools/lldb/source/Interpreter/OptionValue.cpp
   82   if (GetType() == OptionValue::eTypeFileSpecList)
   88   if (GetType() == OptionValue::eTypeFileSpecList)
  475   case eTypeFileSpecList:
tools/lldb/source/Interpreter/OptionValueArray.cpp
   46       case eTypeFileSpecList:
tools/lldb/source/Interpreter/OptionValueDictionary.cpp
   56       case eTypeFileSpecList:
tools/lldb/source/Interpreter/Property.cpp
  113   case OptionValue::eTypeFileSpecList: