Searched refs:use_synthetic (Results 1 - 6 of 6) sorted by relevance

/external/lldb/include/lldb/API/
H A DSBValue.h112 SetPreferSyntheticValue (bool use_synthetic);
442 /// use_dynamic and use_synthetic options passed in to SetSP when the
467 SetSP (const lldb::ValueObjectSP &sp, bool use_synthetic);
473 SetSP (const lldb::ValueObjectSP &sp, lldb::DynamicValueType use_dynamic, bool use_synthetic);
476 SetSP (const lldb::ValueObjectSP &sp, lldb::DynamicValueType use_dynamic, bool use_synthetic, const char *name);
/external/lldb/source/API/
H A DSBValue.cpp64 bool use_synthetic,
68 m_use_synthetic(use_synthetic),
154 SetUseSynthetic (bool use_synthetic) argument
156 m_use_synthetic = use_synthetic;
995 SBValue::SetPreferSyntheticValue (bool use_synthetic) argument
998 return m_opaque_sp->SetUseSynthetic (use_synthetic);
1305 bool use_synthetic = target_sp->TargetProperties::GetEnableSyntheticValue(); local
1306 m_opaque_sp = ValueImplSP(new ValueImpl(sp, use_dynamic, use_synthetic));
1323 bool use_synthetic = target_sp->TargetProperties::GetEnableSyntheticValue(); local
1324 SetSP (sp, use_dynamic, use_synthetic);
62 ValueImpl(lldb::ValueObjectSP in_valobj_sp, lldb::DynamicValueType use_dynamic, bool use_synthetic, const char *name = NULL) argument
1334 SetSP(const lldb::ValueObjectSP &sp, bool use_synthetic) argument
1352 SetSP(const lldb::ValueObjectSP &sp, lldb::DynamicValueType use_dynamic, bool use_synthetic) argument
1358 SetSP(const lldb::ValueObjectSP &sp, lldb::DynamicValueType use_dynamic, bool use_synthetic, const char *name) argument
[all...]
/external/lldb/include/lldb/Core/
H A DValueObjectSyntheticFilter.h79 CalculateSyntheticValue (bool use_synthetic) argument
H A DValueObject.h342 SetUseSyntheticValue(bool use_synthetic = true)
344 m_use_synthetic = use_synthetic;
881 GetSyntheticValue (bool use_synthetic = true);
1294 CalculateSyntheticValue (bool use_synthetic = true);
/external/lldb/scripts/Python/interface/
H A DSBValue.i143 SetPreferSyntheticValue (bool use_synthetic);
/external/lldb/source/Core/
H A DValueObject.cpp2208 ValueObject::CalculateSyntheticValue (bool use_synthetic) argument
2210 if (use_synthetic == false)
2281 ValueObject::GetSyntheticValue (bool use_synthetic) argument
2283 if (use_synthetic == false)
2286 CalculateSyntheticValue(use_synthetic);

Completed in 283 milliseconds