Searched refs:OptionValueFileSpecList (Results 1 – 11 of 11) sorted by relevance
22 class OptionValueFileSpecList : public OptionValue25 OptionValueFileSpecList () : in OptionValueFileSpecList() function31 OptionValueFileSpecList (const FileSpecList ¤t_value) : in OptionValueFileSpecList() function39 ~OptionValueFileSpecList() in ~OptionValueFileSpecList()
122 OptionValueFileSpecList &128 const OptionValueFileSpecList &135 OptionValueFileSpecList m_file_list;
263 OptionValueFileSpecList *266 const OptionValueFileSpecList *
237 OptionValueFileSpecList *
24 OptionValueFileSpecList::DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_ma… in DumpValue()45 OptionValueFileSpecList::SetValueFromString (llvm::StringRef value, VarSetOperationType op) in SetValueFromString()184 OptionValueFileSpecList::DeepCopy () const in DeepCopy()186 return OptionValueSP(new OptionValueFileSpecList(*this)); in DeepCopy()
108 OptionValueFileSpecList *112 return static_cast<OptionValueFileSpecList *>(this); in GetAsFileSpecList()117 const OptionValueFileSpecList *121 return static_cast<const OptionValueFileSpecList *>(this); in GetAsFileSpecList()459 const OptionValueFileSpecList *option_value = GetAsFileSpecList (); in GetFileSpecListValue()
106 m_value_sp.reset (new OptionValueFileSpecList()); in Property()
296 OptionValueFileSpecList *
150 class OptionValueFileSpecList; variable355 typedef std::shared_ptr<lldb_private::OptionValueFileSpecList> OptionValueFileSpecListSP;
3354 …OptionValueFileSpecList *option_value = m_collection_sp->GetPropertyAtIndexAsOptionValueFileSpecLi… in GetExecutableSearchPaths()3363 …OptionValueFileSpecList *option_value = m_collection_sp->GetPropertyAtIndexAsOptionValueFileSpecLi… in GetDebugFileSearchPaths()3372 …OptionValueFileSpecList *option_value = m_collection_sp->GetPropertyAtIndexAsOptionValueFileSpecLi… in GetClangModuleSearchPaths()
150 …OptionValueFileSpecList *option_value = m_collection_sp->GetPropertyAtIndexAsOptionValueFileSpecLi… in GetLibrariesToAvoid()