55 lines · yaml
1--- !Analysis2Pass: generic-remarks-pass3Name: Remark4DebugLoc: { File: path/to/anno.c, Line: 1, Column: 2 }5Function: func16Args:7 - count: '1'8 - String: ' instructions with '9 - type: remark10--- !Missed11Pass: generic-remarks-pass12Name: Remark13DebugLoc: { File: path/to/anno.c, Line: 1, Column: 2 }14Function: func115Args:16 - count: '3'17 - String: ' instructions with '18 - type: remark19--- !Passed20Pass: generic-remarks-pass21Name: Remark22DebugLoc: { File: path/to/anno.c, Line: 1, Column: 2 }23Function: func224Args:25 - count: '3'26 - String: ' instructions with '27 - type: remark28--- !Analysis29Pass: generic-remarks-pass230Name: Remark31DebugLoc: { File: path/to/anno3.c, Line: 1, Column: 2 }32Function: func133Args:34 - count: '3'35 - String: ' instructions with '36 - type: remark37--- !Analysis38Pass: generic-remarks-pass339Name: Remark40DebugLoc: { File: path/to/anno.c, Line: 1, Column: 2 }41Function: func242Args:43 - count: '2'44 - String: ' instructions with '45 - type: remark46--- !Analysis47Pass: generic-remarks-pass448Name: Remark49DebugLoc: { File: path/to/anno2.c, Line: 1, Column: 2 }50Function: func351Args:52 - count: '2'53 - String: ' instructions with '54 - type: remark55