Home
last modified time | relevance | path

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

/NextBSD/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.h263 OptionValueFileSpecList *
266 const OptionValueFileSpecList *
HDOptionValueProperties.h237 OptionValueFileSpecList *
/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDOptionValueFileSpecLIst.cpp24 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()
HDOptionValue.cpp108 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()
HDProperty.cpp106 m_value_sp.reset (new OptionValueFileSpecList()); in Property()
HDOptionValueProperties.cpp296 OptionValueFileSpecList *
/NextBSD/contrib/llvm/tools/lldb/include/lldb/
HDlldb-forward.h150 class OptionValueFileSpecList; variable
355 typedef std::shared_ptr<lldb_private::OptionValueFileSpecList> OptionValueFileSpecListSP;
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDTarget.cpp3354OptionValueFileSpecList *option_value = m_collection_sp->GetPropertyAtIndexAsOptionValueFileSpecLi… in GetExecutableSearchPaths()
3363OptionValueFileSpecList *option_value = m_collection_sp->GetPropertyAtIndexAsOptionValueFileSpecLi… in GetDebugFileSearchPaths()
3372OptionValueFileSpecList *option_value = m_collection_sp->GetPropertyAtIndexAsOptionValueFileSpecLi… in GetClangModuleSearchPaths()
HDThread.cpp150OptionValueFileSpecList *option_value = m_collection_sp->GetPropertyAtIndexAsOptionValueFileSpecLi… in GetLibrariesToAvoid()