Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp106 emitComment(Comment); in mapByteVectorTail()
134 emitComment(Comment + ": " + TypeNameStr); in mapInteger()
136 emitComment(Comment); in mapInteger()
213 emitComment(Comment); in mapStringZ()
234 emitComment(Comment); in mapGuid()
259 emitComment(Comment); in mapStringZVectorZ()
286 emitComment(Comment); in emitEncodedSignedInteger()
292 emitComment(Comment); in emitEncodedSignedInteger()
298 emitComment(Comment); in emitEncodedSignedInteger()
304 emitComment(Comment); in emitEncodedSignedInteger()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h102 emitComment(Comment);
148 emitComment(Comment);
182 emitComment(Comment);
236 void emitComment(const Twine &Comment) { in emitComment() function