forked from Oink70/CCminer-ARM-optimized
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy patha.out.opt.ld.yaml
32 lines (32 loc) · 830 Bytes
/
a.out.opt.ld.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
--- !Analysis
Pass: prologepilog
Name: StackSize
DebugLoc: { File: conftest.c, Line: 14, Column: 0 }
Function: main
Args:
- NumStackBytes: '0'
- String: ' stack bytes in function'
...
--- !Analysis
Pass: asm-printer
Name: InstructionMix
DebugLoc: { File: conftest.c, Line: 17, Column: 3 }
Function: main
Args:
- String: 'BasicBlock: '
- BasicBlock: ''
- String: "\n"
- String: ''
- String: ': '
- INST_: '2'
- String: "\n"
...
--- !Analysis
Pass: asm-printer
Name: InstructionCount
DebugLoc: { File: conftest.c, Line: 14, Column: 0 }
Function: main
Args:
- NumInstructions: '2'
- String: ' instructions in function'
...