Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/DataFormatters/
DDumpValueObjectOptions.h104 DumpValueObjectOptions &SetRootValueObjectName(const char *name = nullptr);
/external/llvm-project/lldb/source/DataFormatters/
DDumpValueObjectOptions.cpp131 DumpValueObjectOptions::SetRootValueObjectName(const char *name) { in SetRootValueObjectName() function in DumpValueObjectOptions
DValueObjectPrinter.cpp570 .SetRootValueObjectName(); in PrintChild()
/external/llvm-project/lldb/source/Commands/
DCommandObjectFrame.cpp610 options.SetRootValueObjectName( in DoExecute()
681 options.SetRootValueObjectName( in DoExecute()
702 options.SetRootValueObjectName(rec_value_sp->GetName().AsCString()); in DoExecute()
DCommandObjectTarget.cpp797 options.SetRootValueObjectName(root_name); in DumpValueObject()