Home
last modified time | relevance | path

Searched refs:use_synthetic (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/API/
DSBValue.cpp59 lldb::DynamicValueType use_dynamic, bool use_synthetic, in ValueImpl() argument
61 : m_use_dynamic(use_dynamic), m_use_synthetic(use_synthetic), in ValueImpl()
155 void SetUseSynthetic(bool use_synthetic) { m_use_synthetic = use_synthetic; } in SetUseSynthetic() argument
798 void SBValue::SetPreferSyntheticValue(bool use_synthetic) { in SetPreferSyntheticValue() argument
799 LLDB_INSTRUMENT_VA(this, use_synthetic); in SetPreferSyntheticValue()
802 return m_opaque_sp->SetUseSynthetic(use_synthetic); in SetPreferSyntheticValue()
1071 bool use_synthetic = in SetSP() local
1073 m_opaque_sp = ValueImplSP(new ValueImpl(sp, use_dynamic, use_synthetic)); in SetSP()
1085 bool use_synthetic = in SetSP() local
1087 SetSP(sp, use_dynamic, use_synthetic); in SetSP()
[all …]
/openbsd/src/gnu/llvm/lldb/include/lldb/API/
DSBValue.h90 void SetPreferSyntheticValue(bool use_synthetic);
420 void SetSP(const lldb::ValueObjectSP &sp, bool use_synthetic);
425 bool use_synthetic);
428 bool use_synthetic, const char *name);
/openbsd/src/gnu/llvm/lldb/source/DataFormatters/
DDumpValueObjectOptions.cpp83 DumpValueObjectOptions::SetUseSyntheticValue(bool use_synthetic) { in SetUseSyntheticValue() argument
84 m_use_synthetic = use_synthetic; in SetUseSyntheticValue()
/openbsd/src/gnu/llvm/lldb/include/lldb/DataFormatters/
DDumpValueObjectOptions.h84 DumpValueObjectOptions &SetUseSyntheticValue(bool use_synthetic = true);
/openbsd/src/gnu/llvm/lldb/bindings/interface/
DSBValue.i151 SetPreferSyntheticValue (bool use_synthetic);