Home
last modified time | relevance | path

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

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