1--- !Analysis 2Pass: generic-remarks-pass 3Name: Remark 4DebugLoc: { File: path/to/anno.c, Line: 1, Column: 2 } 5Function: func1 6Args: 7 - count1: '1' 8 - count2: '2' 9 - count3: '3' 10 - count4: '4' 11 - String: ' instructions with ' 12 - type: remark 13--- !Analysis 14Pass: generic-remarks-pass 15Name: Remark2 16DebugLoc: { File: path/to/anno2.c, Line: 1, Column: 2 } 17Function: func1 18Args: 19 - count1: '1' 20 - count2: '2' 21 - count3: '3' 22 - String: ' instructions with ' 23 - type: remark 24--- !Analysis 25Pass: generic-remarks-pass 26Name: Remark3 27DebugLoc: { File: path/to/anno.c, Line: 1, Column: 2 } 28Function: func1 29Args: 30 - count1: '1' 31 - String: ' instructions with ' 32 - type: remark 33--- !Analysis 34Pass: generic-remarks-pass 35Name: Remark 36DebugLoc: { File: path/to/anno.c, Line: 1, Column: 2 } 37Function: func2 38Args: 39 - count1: '1' 40 - count2: '2' 41 - count3: '3' 42 - String: ' instructions with ' 43 - type: remark 44