Searched refs:emitComment (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
| H A D | CodeViewRecordIO.cpp | 103 emitComment(Comment); in mapByteVectorTail() 131 emitComment(Comment + ": " + TypeNameStr); in mapInteger() 133 emitComment(Comment); in mapInteger() 207 emitComment(Comment); in mapStringZ() 228 emitComment(Comment); in mapGuid() 253 emitComment(Comment); in mapStringZVectorZ() 278 emitComment(Comment); in emitEncodedSignedInteger() 283 emitComment(Comment); in emitEncodedSignedInteger() 288 emitComment(Comment); in emitEncodedSignedInteger() 293 emitComment(Comment); in emitEncodedSignedInteger() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeViewRecordIO.h | 102 emitComment(Comment); 148 emitComment(Comment); 182 emitComment(Comment); 236 void emitComment(const Twine &Comment) { in emitComment() function
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | doc.c | 40 void emitComment(Dsymbol *s, OutBuffer *buf, Scope *sc); 678 emitComment(sm, buf, sc); in expandTemplateMixinComments() 717 emitComment(s, buf, sc); in emitMemberComments() 719 emitComment(NULL, buf, sc); in emitMemberComments() 742 void emitComment(Dsymbol *s, OutBuffer *buf, Scope *sc) in emitComment() function 894 emitComment(s, buf, sc); in emitComment() 937 emitComment(s, buf, sc); in emitComment() 971 emitComment(s, buf, sc); in emitComment()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | doc.d | 872 emitComment(sm, buf, sc); in expandTemplateMixinComments() 904 emitComment(s, buf, sc); in emitMemberComments() 906 emitComment(null, buf, sc); in emitMemberComments() 940 private void emitComment(Dsymbol s, ref OutBuffer buf, Scope* sc) in emitComment() function 1140 emitComment(s, *buf, sc); in emitComment() 1179 emitComment(s, *buf, sc); in emitComment() 1212 emitComment(s, *buf, sc); in emitComment()
|