Home
last modified time | relevance | path

Searched refs:SetUseSynthetic (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBValue.cpp160 void SetUseSynthetic(bool use_synthetic) { m_use_synthetic = use_synthetic; } in SetUseSynthetic() function in ValueImpl
946 return m_opaque_sp->SetUseSynthetic(use_synthetic); in SetPreferSyntheticValue()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObject.h1069 void SetUseSynthetic(bool use_synthetic);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObject.cpp3377 void ValueObjectManager::SetUseSynthetic(bool use_synthetic) { in SetUseSynthetic() function in ValueObjectManager