Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
HDDumpValueObjectOptions.h104 DumpValueObjectOptions &SetRootValueObjectName(const char *name = nullptr);
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
HDDumpValueObjectOptions.cpp132 DumpValueObjectOptions::SetRootValueObjectName(const char *name) { in SetRootValueObjectName() function in DumpValueObjectOptions
HDValueObjectPrinter.cpp564 .SetRootValueObjectName(); in PrintChild()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectFrame.cpp603 options.SetRootValueObjectName( in DoExecute()
674 options.SetRootValueObjectName( in DoExecute()
695 options.SetRootValueObjectName(rec_value_sp->GetName().AsCString()); in DoExecute()
HDCommandObjectTarget.cpp792 options.SetRootValueObjectName(root_name); in DumpValueObject()