Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp84 DumpValueObjectOptions::SetUseSyntheticValue(bool use_synthetic) { in SetUseSyntheticValue() function in DumpValueObjectOptions
111 SetUseSyntheticValue(false); in SetRawDisplay()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h88 DumpValueObjectOptions &SetUseSyntheticValue(bool use_synthetic = true);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionGroupValueObjectDisplay.cpp204 .SetUseSyntheticValue(use_synth) in GetAsDumpOptions()