Searched refs:OptionValueUUID (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValueUUID.h1 //===-- OptionValueUUID.h --------------------------------------*- C++ -*-===//
22 class OptionValueUUID : public OptionValue class in namespace:lldb_private
25 OptionValueUUID () : function in class:lldb_private::OptionValueUUID
31 OptionValueUUID (const UUID &uuid) : function in class:lldb_private::OptionValueUUID
38 ~OptionValueUUID()
H A DOptionGroupUUID.h18 #include "lldb/Interpreter/OptionValueUUID.h"
49 const OptionValueUUID &
56 OptionValueUUID m_uuid;
H A DOptionValue.h294 OptionValueUUID *
297 const OptionValueUUID *
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueUUID.cpp1 //===-- OptionValueUUID.cpp ------------------------------------*- C++ -*-===//
12 #include "lldb/Interpreter/OptionValueUUID.h"
27 OptionValueUUID::DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask)
40 OptionValueUUID::SetValueFromCString (const char *value_cstr,
72 OptionValueUUID::DeepCopy () const
74 return OptionValueSP(new OptionValueUUID(*this));
78 OptionValueUUID::AutoComplete (CommandInterpreter &interpreter,
H A DOptionValue.cpp306 OptionValueUUID *
310 return static_cast<OptionValueUUID *>(this);
315 const OptionValueUUID *
319 return static_cast<const OptionValueUUID *>(this);
495 const OptionValueUUID *option_value = GetAsUUID();
504 OptionValueUUID *option_value = GetAsUUID();
555 case 1u << eTypeUUID: value_sp.reset(new OptionValueUUID()); break;
H A DProperty.cpp154 m_value_sp.reset (new OptionValueUUID(uuid));
/freebsd-10.0-release/lib/clang/liblldbInterpreter/
H A DMakefile41 OptionValueUUID.cpp \
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h142 class OptionValueUUID;
317 typedef std::shared_ptr<lldb_private::OptionValueUUID> OptionValueUUIDSP;

Completed in 192 milliseconds