Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DCodeViewRecordIO.cpp103 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 …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DCodeViewRecordIO.cpp103 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()
279 emitComment(Comment); in emitEncodedSignedInteger()
284 emitComment(Comment); in emitEncodedSignedInteger()
289 emitComment(Comment); in emitEncodedSignedInteger()
294 emitComment(Comment); in emitEncodedSignedInteger()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeViewRecordIO.h101 emitComment(Comment);
147 emitComment(Comment);
181 emitComment(Comment);
235 void emitComment(const Twine &Comment) { in emitComment() function
/external/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
/external/jdiff/src/jdiff/
DHTMLReportGenerator.java1040 emitComment(pkgName, possibleComment, linkType); in writePackageTableEntry()
1106 emitComment(fqName, possibleComment, linkType); in writeClassTableEntry()
1170 emitComment(commentID, possibleComment, linkType); in writeCtorTableEntry()
1240 emitComment(commentID, null, 2); in writeCtorChangedTableEntry()
1313 emitComment(commentID, possibleComment, linkType); in writeMethodTableEntry()
1403 emitComment(commentID, null, 2); in writeMethodChangedTableEntry()
1466 emitComment(commentID, possibleComment, linkType); in writeFieldTableEntry()
1548 emitComment(commentID, null, 2); in writeFieldChangedTableEntry()
1855 public void emitComment(String commentID, String possibleComment, in emitComment() method in HTMLReportGenerator
/external/javapoet/src/main/java/com/squareup/javapoet/
DJavaFile.java186 codeWriter.emitComment(fileComment); in emit()
DCodeWriter.java140 public void emitComment(CodeBlock codeBlock) throws IOException { in emitComment() method in CodeWriter