Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValueFileSpecList.h18 class OptionValueFileSpecList : public OptionValue {
20 OptionValueFileSpecList() : OptionValue(), m_current_value() {} in OptionValueFileSpecList() function
22 OptionValueFileSpecList(const FileSpecList &current_value) in OptionValueFileSpecList() function
25 ~OptionValueFileSpecList() override {} in ~OptionValueFileSpecList()
H A DOptionGroupFile.h75 OptionValueFileSpecList &GetOptionValue() { return m_file_list; } in GetOptionValue()
77 const OptionValueFileSpecList &GetOptionValue() const { return m_file_list; } in GetOptionValue()
80 OptionValueFileSpecList m_file_list;
H A DOptionValue.h219 OptionValueFileSpecList *GetAsFileSpecList();
221 const OptionValueFileSpecList *GetAsFileSpecList() const;
H A DOptionValueProperties.h200 OptionValueFileSpecList *GetPropertyAtIndexAsOptionValueFileSpecList(
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueFileSpecLIst.cpp19 void OptionValueFileSpecList::DumpValue(const ExecutionContext *exe_ctx, in DumpValue()
45 Status OptionValueFileSpecList::SetValueFromString(llvm::StringRef value, in SetValueFromString()
166 lldb::OptionValueSP OptionValueFileSpecList::DeepCopy() const { in DeepCopy()
167 return OptionValueSP(new OptionValueFileSpecList(*this)); in DeepCopy()
H A DOptionValue.cpp84 OptionValueFileSpecList *OptionValue::GetAsFileSpecList() { in GetAsFileSpecList()
86 return static_cast<OptionValueFileSpecList *>(this); in GetAsFileSpecList()
90 const OptionValueFileSpecList *OptionValue::GetAsFileSpecList() const { in GetAsFileSpecList()
92 return static_cast<const OptionValueFileSpecList *>(this); in GetAsFileSpecList()
341 const OptionValueFileSpecList *option_value = GetAsFileSpecList(); in GetFileSpecListValue()
H A DProperty.cpp111 m_value_sp.reset(new OptionValueFileSpecList()); in Property()
H A DOptionValueProperties.cpp258 OptionValueFileSpecList *
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h161 class OptionValueFileSpecList; variable
393 typedef std::shared_ptr<lldb_private::OptionValueFileSpecList>
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp3842 OptionValueFileSpecList *option_value = in GetExecutableSearchPaths()
3851 OptionValueFileSpecList *option_value = in GetDebugFileSearchPaths()
3860 OptionValueFileSpecList *option_value = in GetClangModuleSearchPaths()
H A DThread.cpp142 OptionValueFileSpecList *option_value = in GetLibrariesToAvoid()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp139 OptionValueFileSpecList *option_value = in GetSymLinkPaths()