Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DFormatEntity.h173 static const char *TypeToCString(Type t);
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp294 const char *FormatEntity::Entry::TypeToCString(Type t) { in TypeToCString() function in FormatEntity::Entry
365 s.Printf("%*.*s%-20s: ", depth * 2, depth * 2, "", TypeToCString(type)); in Dump()