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

/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueFileSpec.cpp1 //===-- OptionValueFileSpec.cpp ---------------------------------*- C++ -*-===//
12 #include "lldb/Interpreter/OptionValueFileSpec.h"
27 OptionValueFileSpec::OptionValueFileSpec () : function in class:OptionValueFileSpec
36 OptionValueFileSpec::OptionValueFileSpec (const FileSpec &value) : function in class:OptionValueFileSpec
45 OptionValueFileSpec::OptionValueFileSpec (const FileSpec &current_value, function in class:OptionValueFileSpec
56 OptionValueFileSpec::DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask)
73 OptionValueFileSpec
[all...]
H A DOptionValue.cpp75 OptionValueFileSpec *
79 return static_cast<OptionValueFileSpec *>(this);
84 const OptionValueFileSpec *
88 return static_cast<const OptionValueFileSpec *>(this);
369 const OptionValueFileSpec *option_value = GetAsFileSpec ();
379 OptionValueFileSpec *option_value = GetAsFileSpec ();
550 case 1u << eTypeFileSpec: value_sp.reset(new OptionValueFileSpec()); break;
H A DProperty.cpp95 m_value_sp.reset (new OptionValueFileSpec(FileSpec(definition.default_cstr_value, definition.default_uint_value != 0)));
H A DOptionValueProperties.cpp414 OptionValueFileSpec *
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValueFileSpec.h1 //===-- OptionValueFileSpec.h -----------------------------------*- C++ -*-===//
22 class OptionValueFileSpec : public OptionValue class in namespace:lldb_private
25 OptionValueFileSpec ();
27 OptionValueFileSpec (const FileSpec &value);
29 OptionValueFileSpec (const FileSpec &current_value,
33 ~OptionValueFileSpec()
H A DOptionGroupOutputFile.h19 #include "lldb/Interpreter/OptionValueFileSpec.h"
50 const OptionValueFileSpec &
69 OptionValueFileSpec m_file;
H A DOptionGroupFile.h18 #include "lldb/Interpreter/OptionValueFileSpec.h"
63 OptionValueFileSpec &
69 const OptionValueFileSpec &
76 OptionValueFileSpec m_file;
H A DOptionValue.h240 OptionValueFileSpec *
243 const OptionValueFileSpec *
H A DOptionValueProperties.h221 OptionValueFileSpec *
/freebsd-10.3-release/lib/clang/liblldbInterpreter/
H A DMakefile32 OptionValueFileSpec.cpp \
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h139 class OptionValueFileSpec;
324 typedef std::shared_ptr<lldb_private::OptionValueFileSpec> OptionValueFileSpecSP;
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp3015 OptionValueFileSpec *file = m_collection_sp->GetPropertyAtIndexAsOptionValueFileSpec (NULL, false, idx);

Completed in 100 milliseconds