Home
last modified time | relevance | path

Searched refs:GetUseSynthetic (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
HDSBValue.cpp161 bool GetUseSynthetic() { return m_use_synthetic; } in GetUseSynthetic() function in ValueImpl
769 m_opaque_sp->GetUseSynthetic())); in GetDynamicValue()
782 m_opaque_sp->GetUseSynthetic())); in GetStaticValue()
822 return m_opaque_sp->GetUseSynthetic(); in GetPreferSyntheticValue()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDValueObject.h1017 bool GetUseSynthetic() const { return m_use_synthetic; } in GetUseSynthetic() function