Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.h221 OptionValueFileSpecList *GetAsFileSpecList();
223 const OptionValueFileSpecList *GetAsFileSpecList() const;
H A DOptionValueProperties.h197 OptionValueFileSpecList *GetPropertyAtIndexAsOptionValueFileSpecList(
/openbsd-src/gnu/llvm/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 *
/openbsd-src/gnu/usr.bin/clang/liblldbInterpreter/
H A DMakefile38 OptionValueFileSpecList.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Interpreter/
H A DBUILD.gn62 "OptionValueFileSpecList.cpp",
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-forward.h147 class OptionValueFileSpecList; variable
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinKernel.cpp204 const OptionValueFileSpecList *option_value = in GetKextDirectories()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp4375 OptionValueFileSpecList *option_value = in AppendExecutableSearchPaths()
4384 const OptionValueFileSpecList *option_value = in GetExecutableSearchPaths()
4393 const OptionValueFileSpecList *option_value = in GetDebugFileSearchPaths()
4402 const OptionValueFileSpecList *option_value = in GetClangModuleSearchPaths()
H A DThread.cpp120 const OptionValueFileSpecList *option_value = in GetLibrariesToAvoid()
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt3773 lldb/include/lldb/Interpreter/OptionValueFileSpecList.h
4094 lldb/source/Interpreter/OptionValueFileSpecList.cpp