Searched refs:OptionValueFileSpecList (Results 1 – 16 of 16) sorted by relevance
19 class OptionValueFileSpecList20 : public Cloneable<OptionValueFileSpecList, OptionValue> {22 OptionValueFileSpecList() = default;24 OptionValueFileSpecList(const OptionValueFileSpecList &other) in OptionValueFileSpecList() function27 ~OptionValueFileSpecList() override = default;
68 OptionValueFileSpecList &GetOptionValue() { return m_file_list; } in GetOptionValue()70 const OptionValueFileSpecList &GetOptionValue() const { return m_file_list; } in GetOptionValue()73 OptionValueFileSpecList m_file_list;
221 OptionValueFileSpecList *GetAsFileSpecList();223 const OptionValueFileSpecList *GetAsFileSpecList() const;
197 OptionValueFileSpecList *GetPropertyAtIndexAsOptionValueFileSpecList(
17 void OptionValueFileSpecList::DumpValue(const ExecutionContext *exe_ctx, in DumpValue()44 Status OptionValueFileSpecList::SetValueFromString(llvm::StringRef value, in SetValueFromString()163 OptionValueSP OptionValueFileSpecList::Clone() const { in Clone()
82 OptionValueFileSpecList *OptionValue::GetAsFileSpecList() { in GetAsFileSpecList()84 return static_cast<OptionValueFileSpecList *>(this); in GetAsFileSpecList()88 const OptionValueFileSpecList *OptionValue::GetAsFileSpecList() const { in GetAsFileSpecList()90 return static_cast<const OptionValueFileSpecList *>(this); in GetAsFileSpecList()339 const OptionValueFileSpecList *option_value = GetAsFileSpecList(); in GetFileSpecListValue()
39 OptionValueFileSpecList.cpp
122 m_value_sp = std::make_shared<OptionValueFileSpecList>(); in Property()
203 OptionValueFileSpecList *
38 OptionValueFileSpecList.cpp \
62 "OptionValueFileSpecList.cpp",
147 class OptionValueFileSpecList; variable
204 const OptionValueFileSpecList *option_value = in GetKextDirectories()
4375 OptionValueFileSpecList *option_value = in AppendExecutableSearchPaths()4384 const OptionValueFileSpecList *option_value = in GetExecutableSearchPaths()4393 const OptionValueFileSpecList *option_value = in GetDebugFileSearchPaths()4402 const OptionValueFileSpecList *option_value = in GetClangModuleSearchPaths()
120 const OptionValueFileSpecList *option_value = in GetLibrariesToAvoid()
3773 lldb/include/lldb/Interpreter/OptionValueFileSpecList.h4094 lldb/source/Interpreter/OptionValueFileSpecList.cpp