Searched refs:OptionValue (Results 1 - 25 of 50) sorted by relevance

12

/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValue.cpp1 //===-- OptionValue.cpp -----------------------------------------*- C++ -*-===//
10 #include "lldb/Interpreter/OptionValue.h"
29 OptionValue::GetUInt64Value (uint64_t fail_value, bool *success_ptr)
35 case OptionValue::eTypeBoolean: return static_cast<OptionValueBoolean *>(this)->GetCurrentValue();
36 case OptionValue::eTypeSInt64: return static_cast<OptionValueSInt64 *>(this)->GetCurrentValue();
37 case OptionValue::eTypeUInt64: return static_cast<OptionValueUInt64 *>(this)->GetCurrentValue();
47 OptionValue::SetSubValue (const ExecutionContext *exe_ctx,
59 OptionValue::GetAsBoolean ()
61 if (GetType () == OptionValue::eTypeBoolean)
67 OptionValue
[all...]
H A DProperty.cpp34 case OptionValue::eTypeInvalid:
35 case OptionValue::eTypeProperties:
37 case OptionValue::eTypeArch:
43 case OptionValue::eTypeArgs:
44 // "definition.default_uint_value" is always a OptionValue::Type
48 case OptionValue::eTypeArray:
49 // "definition.default_uint_value" is always a OptionValue::Type
50 m_value_sp.reset (new OptionValueArray(OptionValue::ConvertTypeToMask((OptionValue::Type)definition.default_uint_value)));
53 case OptionValue
[all...]
H A DOptionValueFileSpec.cpp28 OptionValue(),
37 OptionValue(),
47 OptionValue(),
110 error = OptionValue::SetValueFromCString (value_cstr, op);
H A DOptionValueProperties.cpp29 OptionValue (),
37 OptionValue (global_properties),
44 // all non-global settings get new OptionValue instances created for
309 OptionValue *value = property->GetValue().get();
332 OptionValue *value = property->GetValue().get();
355 OptionValue *value = property->GetValue().get();
368 OptionValue *value = property->GetValue().get();
393 OptionValue *value = property->GetValue().get();
406 OptionValue *value = property->GetValue().get();
420 OptionValue *valu
[all...]
H A DOptionValueFormat.cpp66 error = OptionValue::SetValueFromCString (value_cstr, op);
H A DOptionValueSInt64.cpp79 error = OptionValue::SetValueFromCString (value_cstr, op);
H A DOptionValueEnumeration.cpp23 OptionValue(),
104 error = OptionValue::SetValueFromCString (value, op);
H A DOptionValueArch.cpp75 error = OptionValue::SetValueFromCString (value_cstr, op);
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValueArgs.h25 OptionValueArray (OptionValue::ConvertTypeToMask (OptionValue::eTypeString))
H A DOptionValueFileSpecList.h18 #include "lldb/Interpreter/OptionValue.h"
22 class OptionValueFileSpecList : public OptionValue
26 OptionValue(),
32 OptionValue(),
47 virtual OptionValue::Type
H A DOptionValueUUID.h18 #include "lldb/Interpreter/OptionValue.h"
22 class OptionValueUUID : public OptionValue
26 OptionValue(),
32 OptionValue(),
46 virtual OptionValue::Type
H A DOptionValueArch.h18 #include "lldb/Interpreter/OptionValue.h"
22 class OptionValueArch : public OptionValue
26 OptionValue(),
33 OptionValue(),
41 OptionValue(),
49 OptionValue(),
64 virtual OptionValue::Type
H A DOptionValueUInt64.h17 #include "lldb/Interpreter/OptionValue.h"
21 class OptionValueUInt64 : public OptionValue
25 OptionValue(),
32 OptionValue(),
40 OptionValue(),
63 virtual OptionValue::Type
H A DOptionValuePathMappings.h18 #include "lldb/Interpreter/OptionValue.h"
22 class OptionValuePathMappings : public OptionValue
26 OptionValue(),
41 virtual OptionValue::Type
H A DOptionValueRegex.h20 #include "lldb/Interpreter/OptionValue.h"
24 class OptionValueRegex : public OptionValue
28 OptionValue(),
42 virtual OptionValue::Type
H A DOptionValueSInt64.h17 #include "lldb/Interpreter/OptionValue.h"
21 class OptionValueSInt64 : public OptionValue
25 OptionValue(),
34 OptionValue(),
44 OptionValue(),
53 OptionValue(rhs),
70 virtual OptionValue::Type
H A DOptionValueString.h20 #include "lldb/Interpreter/OptionValue.h"
24 class OptionValueString : public OptionValue
37 OptionValue(),
48 OptionValue(),
58 OptionValue(),
74 OptionValue(),
90 OptionValue(),
108 OptionValue(),
130 virtual OptionValue::Type
H A DOptionValueBoolean.h17 #include "lldb/Interpreter/OptionValue.h"
21 class OptionValueBoolean : public OptionValue
25 OptionValue(),
32 OptionValue(),
47 virtual OptionValue::Type
H A DOptionValueFormat.h17 #include "lldb/Interpreter/OptionValue.h"
21 class OptionValueFormat : public OptionValue
25 OptionValue(),
33 OptionValue(),
48 virtual OptionValue::Type
H A DOptionValueDictionary.h19 #include "lldb/Interpreter/OptionValue.h"
23 class OptionValueDictionary : public OptionValue
27 OptionValue(),
43 virtual OptionValue::Type
H A DOptionValueEnumeration.h22 #include "lldb/Interpreter/OptionValue.h"
27 class OptionValueEnumeration : public OptionValue
48 virtual OptionValue::Type
H A DOptionValueFileSpec.h18 #include "lldb/Interpreter/OptionValue.h"
22 class OptionValueFileSpec : public OptionValue
41 virtual OptionValue::Type
H A DOptionValue.h1 //===-- OptionValue.h --------------------------------------*- C++ -*-===//
24 // OptionValue
26 class OptionValue class in namespace:lldb_private
60 OptionValue () : function in class:lldb_private::OptionValue
65 OptionValue (const OptionValue &rhs) : function in class:lldb_private::OptionValue
70 virtual ~OptionValue ()
161 ConvertTypeToMask (OptionValue::Type type)
166 static OptionValue::Type
H A DProperty.h22 #include "lldb/Interpreter/OptionValue.h"
31 OptionValue::Type type;
H A DOptionValueArray.h19 #include "lldb/Interpreter/OptionValue.h"
23 class OptionValueArray : public OptionValue
42 virtual OptionValue::Type

Completed in 101 milliseconds

12