Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp105 emitComment(Comment); in mapByteVectorTail()
133 emitComment(Comment + ": " + TypeNameStr); in mapInteger()
135 emitComment(Comment); in mapInteger()
212 emitComment(Comment); in mapStringZ()
233 emitComment(Comment); in mapGuid()
258 emitComment(Comment); in mapStringZVectorZ()
285 emitComment(Comment); in emitEncodedSignedInteger()
291 emitComment(Comment); in emitEncodedSignedInteger()
297 emitComment(Comment); in emitEncodedSignedInteger()
303 emitComment(Comment); in emitEncodedSignedInteger()
[all …]
/openbsd-src/gnu/llvm/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