Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFTypePrinter.cpp8 StringRef TagStr = TagString(T); in appendTypeTagName() local
11 if (!TagStr.starts_with(Prefix) || !TagStr.ends_with(Suffix)) in appendTypeTagName()
13 OS << TagStr.substr(Prefix.size(), in appendTypeTagName()
14 TagStr.size() - (Prefix.size() + Suffix.size())) in appendTypeTagName()