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;
246 OptionValueFileSpecList *249 const OptionValueFileSpecList *
233 OptionValueFileSpecList *
23 OptionValueFileSpecList::DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_ma… in DumpValue()44 OptionValueFileSpecList::SetValueFromCString (const char *value, VarSetOperationType op) in SetValueFromCString()181 OptionValueFileSpecList::DeepCopy () const in DeepCopy()183 return OptionValueSP(new OptionValueFileSpecList(*this)); in DeepCopy()
93 OptionValueFileSpecList *97 return static_cast<OptionValueFileSpecList *>(this); in GetAsFileSpecList()102 const OptionValueFileSpecList *106 return static_cast<const OptionValueFileSpecList *>(this); in GetAsFileSpecList()391 const OptionValueFileSpecList *option_value = GetAsFileSpecList (); in GetFileSpecListValue()
100 m_value_sp.reset (new OptionValueFileSpecList()); in Property()
285 OptionValueFileSpecList *
140 class OptionValueFileSpecList; variable325 typedef std::shared_ptr<lldb_private::OptionValueFileSpecList> OptionValueFileSpecListSP;
2934 …OptionValueFileSpecList *option_value = m_collection_sp->GetPropertyAtIndexAsOptionValueFileSpecLi… in GetExecutableSearchPaths()2943 …OptionValueFileSpecList *option_value = m_collection_sp->GetPropertyAtIndexAsOptionValueFileSpecLi… in GetDebugFileSearchPaths()
142 …OptionValueFileSpecList *option_value = m_collection_sp->GetPropertyAtIndexAsOptionValueFileSpecLi… in GetLibrariesToAvoid()