Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h101 DumpValueObjectOptions &SetRootValueObjectName(const char *name = nullptr);
/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp132 DumpValueObjectOptions::SetRootValueObjectName(const char *name) { in SetRootValueObjectName() function in DumpValueObjectOptions
H A DValueObjectPrinter.cpp570 .SetRootValueObjectName(); in PrintChild()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectFrame.cpp606 options.SetRootValueObjectName( in DoExecute()
676 options.SetRootValueObjectName( in DoExecute()
698 options.SetRootValueObjectName(rec_value_sp->GetName().AsCString()); in DoExecute()
H A DCommandObjectTarget.cpp785 options.SetRootValueObjectName(root_name); in DumpValueObject()