Home
last modified time | relevance | path

Searched refs:GetRootNameForDisplay (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DValueObjectPrinter.h62 const char *GetRootNameForDisplay(const char *if_fail = nullptr);
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp159 const char *ValueObjectPrinter::GetRootNameForDisplay(const char *if_fail) { in GetRootNameForDisplay() function in ValueObjectPrinter
281 const char *name_cstr = GetRootNameForDisplay(""); in PrintDecl()