Home
last modified time | relevance | path

Searched defs:use_synthetic (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/source/API/
DSBValue.cpp59 lldb::DynamicValueType use_dynamic, bool use_synthetic, in ValueImpl()
157 void SetUseSynthetic(bool use_synthetic) { m_use_synthetic = use_synthetic; } in SetUseSynthetic()
825 void SBValue::SetPreferSyntheticValue(bool use_synthetic) { in SetPreferSyntheticValue()
1103 bool use_synthetic = in SetSP() local
1117 bool use_synthetic = in SetSP() local
1126 void SBValue::SetSP(const lldb::ValueObjectSP &sp, bool use_synthetic) { in SetSP()
1139 lldb::DynamicValueType use_dynamic, bool use_synthetic) { in SetSP()
1144 lldb::DynamicValueType use_dynamic, bool use_synthetic, in SetSP()
/external/llvm-project/lldb/source/DataFormatters/
DDumpValueObjectOptions.cpp82 DumpValueObjectOptions::SetUseSyntheticValue(bool use_synthetic) { in SetUseSyntheticValue()
/external/llvm-project/lldb/source/Core/
DValueObject.cpp3256 bool use_synthetic) : m_root_valobj_sp(), in ValueObjectManager()
3316 void ValueObjectManager::SetUseSynthetic(bool use_synthetic) { in SetUseSynthetic()