Searched refs:TypeNameStr (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp129 std::string TypeNameStr = Streamer->getTypeName(TypeInd); local
130 if (!TypeNameStr.empty())
131 emitComment(Comment + ": " + TypeNameStr);

Completed in 106 milliseconds