Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
DCodeViewRecordIO.cpp103 emitComment(Comment); in mapByteVectorTail()
131 emitComment(Comment + ": " + TypeNameStr); in mapInteger()
133 emitComment(Comment); in mapInteger()
210 emitComment(Comment); in mapStringZ()
231 emitComment(Comment); in mapGuid()
256 emitComment(Comment); in mapStringZVectorZ()
284 emitComment(Comment); in emitEncodedSignedInteger()
289 emitComment(Comment); in emitEncodedSignedInteger()
294 emitComment(Comment); in emitEncodedSignedInteger()
299 emitComment(Comment); in emitEncodedSignedInteger()
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DCodeViewRecordIO.h102 emitComment(Comment);
148 emitComment(Comment);
182 emitComment(Comment);
236 void emitComment(const Twine &Comment) { in emitComment() function