Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/include/lldb/Interpreter/
DOptionValueFileSpecList.h19 class OptionValueFileSpecList
20 : public Cloneable<OptionValueFileSpecList, OptionValue> {
22 OptionValueFileSpecList() = default;
24 OptionValueFileSpecList(const OptionValueFileSpecList &other) in OptionValueFileSpecList() function
27 ~OptionValueFileSpecList() override = default;
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;
DOptionValue.h221 OptionValueFileSpecList *GetAsFileSpecList();
223 const OptionValueFileSpecList *GetAsFileSpecList() const;
DOptionValueProperties.h197 OptionValueFileSpecList *GetPropertyAtIndexAsOptionValueFileSpecList(
/openbsd/src/gnu/llvm/lldb/source/Interpreter/
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()
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()
DCMakeLists.txt39 OptionValueFileSpecList.cpp
DProperty.cpp122 m_value_sp = std::make_shared<OptionValueFileSpecList>(); in Property()
DOptionValueProperties.cpp203 OptionValueFileSpecList *
/openbsd/src/gnu/usr.bin/clang/liblldbInterpreter/
DMakefile38 OptionValueFileSpecList.cpp \
/openbsd/src/gnu/llvm/lldb/include/lldb/
Dlldb-forward.h147 class OptionValueFileSpecList; variable
/openbsd/src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwinKernel.cpp204 const OptionValueFileSpecList *option_value = in GetKextDirectories()
/openbsd/src/gnu/llvm/lldb/source/Target/
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()
DThread.cpp120 const OptionValueFileSpecList *option_value = in GetLibrariesToAvoid()
/openbsd/src/gnu/llvm/clang/docs/tools/
Dclang-formatted-files.txt3773 lldb/include/lldb/Interpreter/OptionValueFileSpecList.h
4094 lldb/source/Interpreter/OptionValueFileSpecList.cpp