Searched refs:OptionValueFileSpec (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueFileSpec.cpp1 //===-- OptionValueFileSpec.cpp ---------------------------------*- C++ -*-===//
9 #include "lldb/Interpreter/OptionValueFileSpec.h"
21 OptionValueFileSpec::OptionValueFileSpec(bool resolve) function in class:OptionValueFileSpec
27 OptionValueFileSpec::OptionValueFileSpec(const FileSpec &value, bool resolve) function in class:OptionValueFileSpec
33 OptionValueFileSpec::OptionValueFileSpec(const FileSpec &current_value, function in class:OptionValueFileSpec
41 void OptionValueFileSpec::DumpValue(const ExecutionContext *exe_ctx,
55 Status OptionValueFileSpec
[all...]
H A DOptionValue.cpp69 OptionValueFileSpec *OptionValue::GetAsFileSpec() {
71 return static_cast<OptionValueFileSpec *>(this);
75 const OptionValueFileSpec *OptionValue::GetAsFileSpec() const {
77 return static_cast<const OptionValueFileSpec *>(this);
322 const OptionValueFileSpec *option_value = GetAsFileSpec();
329 OptionValueFileSpec *option_value = GetAsFileSpec();
517 value_sp.reset(new OptionValueFileSpec());
H A DProperty.cpp109 m_value_sp = std::make_shared<OptionValueFileSpec>(file_spec, resolve);
H A DOptionValueProperties.cpp387 OptionValueFileSpec *
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueFileSpec.h1 //===-- OptionValueFileSpec.h -----------------------------------*- C++ -*-===//
19 class OptionValueFileSpec : public OptionValue { class in namespace:lldb_private
21 OptionValueFileSpec(bool resolve = true);
23 OptionValueFileSpec(const FileSpec &value, bool resolve = true);
25 OptionValueFileSpec(const FileSpec &current_value,
28 ~OptionValueFileSpec() override {}
H A DOptionGroupOutputFile.h13 #include "lldb/Interpreter/OptionValueFileSpec.h"
33 const OptionValueFileSpec &GetFile() { return m_file; }
42 OptionValueFileSpec m_file;
H A DOptionGroupFile.h12 #include "lldb/Interpreter/OptionValueFileSpec.h"
39 OptionValueFileSpec &GetOptionValue() { return m_file; }
41 const OptionValueFileSpec &GetOptionValue() const { return m_file; }
44 OptionValueFileSpec m_file;
H A DOptionValue.h201 OptionValueFileSpec *GetAsFileSpec();
203 const OptionValueFileSpec *GetAsFileSpec() const;
H A DOptionValueProperties.h178 OptionValueFileSpec *
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h151 class OptionValueFileSpec;
373 typedef std::shared_ptr<lldb_private::OptionValueFileSpec>
/freebsd-11-stable/lib/clang/liblldb/
H A DMakefile284 SRCS+= Interpreter/OptionValueFileSpec.cpp
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3826 OptionValueFileSpec *file =

Completed in 257 milliseconds