Home
last modified time | relevance | path

Searched refs:SetRootValueObjectName (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h105 DumpValueObjectOptions &SetRootValueObjectName(const char *name = nullptr);
/freebsd-14.2/contrib/llvm-project/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp139 DumpValueObjectOptions::SetRootValueObjectName(const char *name) { in SetRootValueObjectName() function in DumpValueObjectOptions
H A DValueObjectPrinter.cpp600 .SetRootValueObjectName(); in PrintChild()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp650 options.SetRootValueObjectName( in DoExecute()
701 options.SetRootValueObjectName( in DoExecute()
723 options.SetRootValueObjectName(rec_value_sp->GetName().AsCString()); in DoExecute()
H A DCommandObjectTarget.cpp817 options.SetRootValueObjectName(root_name); in DumpValueObject()