1--- !Analysis 2Pass: generic-remarks-pass 3Name: Remark 4DebugLoc: { File: path/to/anno.c, Line: 1, Column: 2 } 5Function: func1 6Args: 7 - count: '1' 8 - String: ' instructions with ' 9 - type: remark 10--- !Missed 11Pass: generic-remarks-pass 12Name: Remark 13DebugLoc: { File: path/to/anno.c, Line: 1, Column: 2 } 14Function: func1 15Args: 16 - count: '3' 17 - String: ' instructions with ' 18 - type: remark 19--- !Passed 20Pass: generic-remarks-pass 21Name: Remark 22DebugLoc: { File: path/to/anno.c, Line: 1, Column: 2 } 23Function: func2 24Args: 25 - count: '3' 26 - String: ' instructions with ' 27 - type: remark 28--- !Analysis 29Pass: generic-remarks-pass2 30Name: Remark 31DebugLoc: { File: path/to/anno3.c, Line: 1, Column: 2 } 32Function: func1 33Args: 34 - count: '3' 35 - String: ' instructions with ' 36 - type: remark 37--- !Analysis 38Pass: generic-remarks-pass3 39Name: Remark 40DebugLoc: { File: path/to/anno.c, Line: 1, Column: 2 } 41Function: func2 42Args: 43 - count: '2' 44 - String: ' instructions with ' 45 - type: remark 46--- !Analysis 47Pass: generic-remarks-pass4 48Name: Remark 49DebugLoc: { File: path/to/anno2.c, Line: 1, Column: 2 } 50Function: func3 51Args: 52 - count: '2' 53 - String: ' instructions with ' 54 - type: remark 55