Lines Matching refs:Comment

103                                           const Twine &Comment) {  in mapByteVectorTail()  argument
105 emitComment(Comment); in mapByteVectorTail()
119 const Twine &Comment) { in mapByteVectorTail() argument
121 if (auto EC = mapByteVectorTail(BytesRef, Comment)) in mapByteVectorTail()
129 Error CodeViewRecordIO::mapInteger(TypeIndex &TypeInd, const Twine &Comment) { in mapInteger() argument
133 emitComment(Comment + ": " + TypeNameStr); in mapInteger()
135 emitComment(Comment); in mapInteger()
151 const Twine &Comment) { in mapEncodedInteger() argument
154 emitEncodedUnsignedInteger(static_cast<uint64_t>(Value), Comment); in mapEncodedInteger()
156 emitEncodedSignedInteger(Value, Comment); in mapEncodedInteger()
176 const Twine &Comment) { in mapEncodedInteger() argument
178 emitEncodedUnsignedInteger(Value, Comment); in mapEncodedInteger()
191 Error CodeViewRecordIO::mapEncodedInteger(APSInt &Value, const Twine &Comment) { in mapEncodedInteger() argument
196 emitEncodedSignedInteger(Value.getSExtValue(), Comment); in mapEncodedInteger()
198 emitEncodedUnsignedInteger(Value.getZExtValue(), Comment); in mapEncodedInteger()
209 Error CodeViewRecordIO::mapStringZ(StringRef &Value, const Twine &Comment) { in mapStringZ() argument
212 emitComment(Comment); in mapStringZ()
227 Error CodeViewRecordIO::mapGuid(GUID &Guid, const Twine &Comment) { in mapGuid() argument
233 emitComment(Comment); in mapGuid()
255 const Twine &Comment) { in mapStringZVectorZ() argument
258 emitComment(Comment); in mapStringZVectorZ()
280 const Twine &Comment) { in emitEncodedSignedInteger() argument
285 emitComment(Comment); in emitEncodedSignedInteger()
291 emitComment(Comment); in emitEncodedSignedInteger()
297 emitComment(Comment); in emitEncodedSignedInteger()
303 emitComment(Comment); in emitEncodedSignedInteger()
308 emitComment(Comment); in emitEncodedSignedInteger()
315 const Twine &Comment) { in emitEncodedUnsignedInteger() argument
317 emitComment(Comment); in emitEncodedUnsignedInteger()
322 emitComment(Comment); in emitEncodedUnsignedInteger()
327 emitComment(Comment); in emitEncodedUnsignedInteger()
333 emitComment(Comment); in emitEncodedUnsignedInteger()