1--- !Analysis 2Pass: annotation-remarks 3Name: AnnotationSummary 4DebugLoc: { File: path/to/anno.c, Line: 1, Column: 2 } 5Function: func1 6Args: 7 - String: 'Annotated ' 8 - count: '1' 9 - String: ' instructions with ' 10 - type: remark 11--- !Analysis 12Pass: annotation-remarks 13Name: AnnotationSummary 14DebugLoc: { File: path/to/anno2.c, Line: 1, Column: 2 } 15Function: func2 16Args: 17 - String: 'Annotated ' 18 - count: '2' 19 - String: ' instructions with ' 20 - type: remark 21--- !Analysis 22Pass: annotation-remarks 23Name: AnnotationSummary 24DebugLoc: { File: path/to/anno3.c, Line: 1, Column: 2 } 25Function: func3 26Args: 27 - String: 'Annotated ' 28 - count: '3' 29 - String: ' instructions with ' 30 - type: remark 31