Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp59 lldb::DynamicValueType use_dynamic, bool use_synthetic, in ValueImpl() argument
159 void SetUseSynthetic(bool use_synthetic) { m_use_synthetic = use_synthetic; } in SetUseSynthetic() argument
787 void SBValue::SetPreferSyntheticValue(bool use_synthetic) { in SetPreferSyntheticValue() argument
788 LLDB_INSTRUMENT_VA(this, use_synthetic); in SetPreferSyntheticValue()
791 return m_opaque_sp->SetUseSynthetic(use_synthetic); in SetPreferSyntheticValue()
1065 bool use_synthetic = in SetSP() local
1079 bool use_synthetic = in SetSP() local
1081 SetSP(sp, use_dynamic, use_synthetic); in SetSP()
1093 SetSP(sp, use_dynamic, use_synthetic); in SetSP()
1095 SetSP(sp, eNoDynamicValues, use_synthetic); in SetSP()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBValue.h96 void SetPreferSyntheticValue(bool use_synthetic);
478 void SetSP(const lldb::ValueObjectSP &sp, bool use_synthetic);
483 bool use_synthetic);
486 bool use_synthetic, const char *name);
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp90 DumpValueObjectOptions::SetUseSyntheticValue(bool use_synthetic) { in SetUseSyntheticValue() argument
91 m_use_synthetic = use_synthetic; in SetUseSyntheticValue()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h88 DumpValueObjectOptions &SetUseSyntheticValue(bool use_synthetic = true);