Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h73 DumpValueObjectOptions &SetChildPrintingDecider(ChildPrintingDecider decider);
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDumpRegisterValue.cpp55 dump_options.SetChildPrintingDecider(decider).SetHideRootType(true); in dump_type_value()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp53 DumpValueObjectOptions::SetChildPrintingDecider(ChildPrintingDecider decider) { in SetChildPrintingDecider() function in DumpValueObjectOptions