Searched refs:use_synthetic (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/gnu/llvm/lldb/source/API/ |
| D | SBValue.cpp | 59 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/ |
| D | SBValue.h | 90 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/ |
| D | DumpValueObjectOptions.cpp | 83 DumpValueObjectOptions::SetUseSyntheticValue(bool use_synthetic) { in SetUseSyntheticValue() argument 84 m_use_synthetic = use_synthetic; in SetUseSyntheticValue()
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/DataFormatters/ |
| D | DumpValueObjectOptions.h | 84 DumpValueObjectOptions &SetUseSyntheticValue(bool use_synthetic = true);
|
| /openbsd/src/gnu/llvm/lldb/bindings/interface/ |
| D | SBValue.i | 151 SetPreferSyntheticValue (bool use_synthetic);
|