Home
last modified time | relevance | path

Searched refs:emitAnnotations (Results 1 – 13 of 13) sorted by relevance

/external/javapoet/src/main/java/com/squareup/javapoet/
DArrayTypeName.java69 emitAnnotations(out); in emitBrackets()
DTypeName.java227 emitAnnotations(out); in emit()
232 CodeWriter emitAnnotations(CodeWriter out) throws IOException { in emitAnnotations() method in TypeName
DParameterizedTypeName.java73 emitAnnotations(out); in emit()
DCodeWriter.java164 public void emitAnnotations(List<AnnotationSpec> annotations, boolean inline) throws IOException { in emitAnnotations() method in CodeWriter
202 emitAnnotations(typeVariable.annotations, true); in emitTypeVariables()
DTypeVariableName.java83 emitAnnotations(out); in emit()
DFieldSpec.java57 codeWriter.emitAnnotations(annotations, false); in emit()
DParameterSpec.java54 codeWriter.emitAnnotations(annotations, true); in emit()
DClassName.java282 className.emitAnnotations(out);
DTypeSpec.java196 codeWriter.emitAnnotations(annotations, false); in emit()
217 codeWriter.emitAnnotations(annotations, false); in emit()
DMethodSpec.java86 codeWriter.emitAnnotations(annotations, false); in emit()
/external/llvm/lib/Transforms/IPO/
DSampleProfile.cpp112 bool emitAnnotations(Function &F);
1139 bool SampleProfileLoader::emitAnnotations(Function &F) { in emitAnnotations() function in SampleProfileLoader
1249 return emitAnnotations(F); in runOnFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DSampleProfile.cpp327 bool emitAnnotations(Function &F);
1703 bool SampleProfileLoader::emitAnnotations(Function &F) { in emitAnnotations() function in SampleProfileLoader
1954 return emitAnnotations(F); in runOnFunction()
/external/llvm-project/llvm/lib/Transforms/IPO/
DSampleProfile.cpp341 bool emitAnnotations(Function &F);
1762 bool SampleProfileLoader::emitAnnotations(Function &F) { in emitAnnotations() function in SampleProfileLoader
2057 return emitAnnotations(F); in runOnFunction()