31 lines · yaml
1--- !Analysis2Pass: annotation-remarks3Name: AnnotationSummary4DebugLoc: { File: path/to/anno.c, Line: 1, Column: 2 }5Function: func16Args:7 - String: 'Annotated '8 - count: '1'9 - String: ' instructions with '10 - type: remark11--- !Analysis12Pass: annotation-remarks13Name: AnnotationSummary14DebugLoc: { File: path/to/anno2.c, Line: 1, Column: 2 }15Function: func216Args:17 - String: 'Annotated '18 - count: '2'19 - String: ' instructions with '20 - type: remark21--- !Analysis22Pass: annotation-remarks23Name: AnnotationSummary24DebugLoc: { File: path/to/anno3.c, Line: 1, Column: 2 }25Function: func326Args:27 - String: 'Annotated '28 - count: '3'29 - String: ' instructions with '30 - type: remark31