Home
last modified time | relevance | path

Searched defs:emitComment (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeViewRecordIO.h235 void emitComment(const Twine &Comment) { in emitComment() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeViewRecordIO.h236 void emitComment(const Twine &Comment) { in emitComment() function
/external/javapoet/src/main/java/com/squareup/javapoet/
DCodeWriter.java140 public void emitComment(CodeBlock codeBlock) throws IOException { in emitComment() method in CodeWriter
/external/kotlinpoet/kotlinpoet/src/commonMain/kotlin/com/squareup/kotlinpoet/
DCodeWriter.kt121 fun emitComment(codeBlock: CodeBlock) { in emitComment() method