Home
last modified time | relevance | path

Searched refs:SetUseSyntheticValue (Results 1 – 4 of 4) sorted by path

/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h88 DumpValueObjectOptions &SetUseSyntheticValue(bool use_synthetic = true);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp1216 options.SetUseSyntheticValue(m_opaque_sp->GetUseSynthetic()); in GetDescription()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp90 DumpValueObjectOptions::SetUseSyntheticValue(bool use_synthetic) { in SetUseSyntheticValue() function in DumpValueObjectOptions
117 SetUseSyntheticValue(false); in SetRawDisplay()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupValueObjectDisplay.cpp204 .SetUseSyntheticValue(use_synth) in GetAsDumpOptions()