Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp83 DumpValueObjectOptions::SetUseSyntheticValue(bool use_synthetic) { in SetUseSyntheticValue() function in DumpValueObjectOptions
110 SetUseSyntheticValue(false); in SetRawDisplay()
/llvm-project-15.0.7/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h84 DumpValueObjectOptions &SetUseSyntheticValue(bool use_synthetic = true);
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionGroupValueObjectDisplay.cpp204 .SetUseSyntheticValue(use_synth) in GetAsDumpOptions()