Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptionValueFileSpecList.h19 class OptionValueFileSpecList
20 : public Cloneable<OptionValueFileSpecList, OptionValue> {
22 OptionValueFileSpecList() = default;
24 OptionValueFileSpecList(const OptionValueFileSpecList &other) in OptionValueFileSpecList() function
27 ~OptionValueFileSpecList() override = default;
H A DOptionGroupFile.h68 OptionValueFileSpecList &GetOptionValue() { return m_file_list; } in GetOptionValue()
70 const OptionValueFileSpecList &GetOptionValue() const { return m_file_list; } in GetOptionValue()
73 OptionValueFileSpecList m_file_list;
H A DOptionValue.h210 OptionValueFileSpecList *GetAsFileSpecList();
212 const OptionValueFileSpecList *GetAsFileSpecList() const;
H A DOptionValueProperties.h195 OptionValueFileSpecList *GetPropertyAtIndexAsOptionValueFileSpecList(
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionValueFileSpecList.cpp17 void OptionValueFileSpecList::DumpValue(const ExecutionContext *exe_ctx, in DumpValue()
44 Status OptionValueFileSpecList::SetValueFromString(llvm::StringRef value, in SetValueFromString()
163 OptionValueSP OptionValueFileSpecList::Clone() const { in Clone()
H A DOptionValue.cpp82 OptionValueFileSpecList *OptionValue::GetAsFileSpecList() { in GetAsFileSpecList()
84 return static_cast<OptionValueFileSpecList *>(this); in GetAsFileSpecList()
88 const OptionValueFileSpecList *OptionValue::GetAsFileSpecList() const { in GetAsFileSpecList()
90 return static_cast<const OptionValueFileSpecList *>(this); in GetAsFileSpecList()
339 const OptionValueFileSpecList *option_value = GetAsFileSpecList(); in GetFileSpecListValue()
H A DCMakeLists.txt39 OptionValueFileSpecList.cpp
H A DProperty.cpp122 m_value_sp = std::make_shared<OptionValueFileSpecList>(); in Property()
H A DOptionValueProperties.cpp203 OptionValueFileSpecList *
/llvm-project-15.0.7/lldb/unittests/Interpreter/
H A DTestOptionValue.cpp90 auto file_list_sp = std::make_shared<OptionValueFileSpecList>(); in CreateGlobal()
108 OptionValueFileSpecList *GetFileList() { in GetFileList()
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Interpreter/
H A DBUILD.gn62 "OptionValueFileSpecList.cpp",
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-forward.h147 class OptionValueFileSpecList; variable
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinKernel.cpp200 const OptionValueFileSpecList *option_value = in GetKextDirectories()
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp4272 OptionValueFileSpecList *option_value = in AppendExecutableSearchPaths()
4281 const OptionValueFileSpecList *option_value = in GetExecutableSearchPaths()
4290 const OptionValueFileSpecList *option_value = in GetDebugFileSearchPaths()
4299 const OptionValueFileSpecList *option_value = in GetClangModuleSearchPaths()
H A DThread.cpp119 const OptionValueFileSpecList *option_value = in GetLibrariesToAvoid()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt3778 lldb/include/lldb/Interpreter/OptionValueFileSpecList.h
4099 lldb/source/Interpreter/OptionValueFileSpecList.cpp