28 lines
740 B
YAML
28 lines
740 B
YAML
|
--- !Analysis
|
||
|
Pass: asm-printer
|
||
|
Name: InstructionCount
|
||
|
DebugLoc: { File: path/to/inst.c, Line: 1, Column: 2 }
|
||
|
Function: func1
|
||
|
Args:
|
||
|
- NumInstructions: '1'
|
||
|
- String: ' instructions in function'
|
||
|
...
|
||
|
--- !Analysis
|
||
|
Pass: asm-printer
|
||
|
Name: InstructionCount
|
||
|
DebugLoc: { File: path/to/inst2.c, Line: 1, Column: 2 }
|
||
|
Function: func2
|
||
|
Args:
|
||
|
- NumInstructions: '2'
|
||
|
- String: ' instructions in function'
|
||
|
...
|
||
|
--- !Analysis
|
||
|
Pass: asm-printer
|
||
|
Name: InstructionCount
|
||
|
DebugLoc: { File: path/to/inst3.c, Line: 1, Column: 2 }
|
||
|
Function: func3
|
||
|
Args:
|
||
|
- NumInstructions: '3'
|
||
|
- String: ' instructions in function'
|
||
|
...
|