Home
last modified time | relevance | path

Searched refs:OptionValueFileSpecList (Results 1 – 11 of 11) sorted by relevance

/trueos/contrib/llvm/tools/lldb/include/lldb/Interpreter/
HDOptionValueFileSpecList.h22 class OptionValueFileSpecList : public OptionValue
25 OptionValueFileSpecList () : in OptionValueFileSpecList() function
31 OptionValueFileSpecList (const FileSpecList &current_value) : in OptionValueFileSpecList() function
39 ~OptionValueFileSpecList() in ~OptionValueFileSpecList()
HDOptionGroupFile.h122 OptionValueFileSpecList &
128 const OptionValueFileSpecList &
135 OptionValueFileSpecList m_file_list;
HDOptionValue.h246 OptionValueFileSpecList *
249 const OptionValueFileSpecList *
HDOptionValueProperties.h233 OptionValueFileSpecList *
/trueos/contrib/llvm/tools/lldb/source/Interpreter/
HDOptionValueFileSpecLIst.cpp23 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()
HDOptionValue.cpp93 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()
HDProperty.cpp100 m_value_sp.reset (new OptionValueFileSpecList()); in Property()
HDOptionValueProperties.cpp285 OptionValueFileSpecList *
/trueos/contrib/llvm/tools/lldb/include/lldb/
HDlldb-forward.h140 class OptionValueFileSpecList; variable
325 typedef std::shared_ptr<lldb_private::OptionValueFileSpecList> OptionValueFileSpecListSP;
/trueos/contrib/llvm/tools/lldb/source/Target/
HDTarget.cpp2934OptionValueFileSpecList *option_value = m_collection_sp->GetPropertyAtIndexAsOptionValueFileSpecLi… in GetExecutableSearchPaths()
2943OptionValueFileSpecList *option_value = m_collection_sp->GetPropertyAtIndexAsOptionValueFileSpecLi… in GetDebugFileSearchPaths()
HDThread.cpp142OptionValueFileSpecList *option_value = m_collection_sp->GetPropertyAtIndexAsOptionValueFileSpecLi… in GetLibrariesToAvoid()