Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
DDWARFTypePrinter.cpp8 StringRef TagStr = TagString(T); in appendTypeTagName() local
11 if (!TagStr.startswith(Prefix) || !TagStr.endswith(Suffix)) in appendTypeTagName()
13 OS << TagStr.substr(Prefix.size(), in appendTypeTagName()
14 TagStr.size() - (Prefix.size() + Suffix.size())) in appendTypeTagName()