30 lines
920 B
YAML
30 lines
920 B
YAML
--- !Analysis
|
|
Pass: annotation-remarks
|
|
Name: AnnotationSummary
|
|
DebugLoc: { File: path/to/anno.c, Line: 1, Column: 2 }
|
|
Function: func1
|
|
Args:
|
|
- String: 'Annotated '
|
|
- count: '1'
|
|
- String: ' instructions with '
|
|
- type: remark
|
|
--- !Analysis
|
|
Pass: annotation-remarks
|
|
Name: AnnotationSummary
|
|
DebugLoc: { File: path/to/anno2.c, Line: 1, Column: 2 }
|
|
Function: func2
|
|
Args:
|
|
- String: 'Annotated '
|
|
- count: '2'
|
|
- String: ' instructions with '
|
|
- type: remark
|
|
--- !Analysis
|
|
Pass: annotation-remarks
|
|
Name: AnnotationSummary
|
|
DebugLoc: { File: path/to/anno3.c, Line: 1, Column: 2 }
|
|
Function: func3
|
|
Args:
|
|
- String: 'Annotated '
|
|
- count: '3'
|
|
- String: ' instructions with '
|
|
- type: remark
|