mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
59 lines
1.3 KiB
YAML
59 lines
1.3 KiB
YAML
#
|
|
# This file is distributed under the MIT License. See LICENSE.md for details.
|
|
#
|
|
|
|
---
|
|
- FunctionMetadata:
|
|
ControlFlowGraph:
|
|
- End: '2'
|
|
Start: '1'
|
|
Successors:
|
|
- Destination: '2'
|
|
Type: DirectBranch
|
|
- Destination: '4'
|
|
Type: DirectBranch
|
|
- End: '3'
|
|
Start: '2'
|
|
Successors:
|
|
- Destination: '3'
|
|
Type: DirectBranch
|
|
- Destination: '5'
|
|
Type: DirectBranch
|
|
- End: '4'
|
|
Start: '3'
|
|
Successors:
|
|
- Destination: '6'
|
|
Type: DirectBranch
|
|
- Destination: '7'
|
|
Type: DirectBranch
|
|
- Destination: '8'
|
|
Type: DirectBranch
|
|
- End: '9'
|
|
Start: '4'
|
|
Successors:
|
|
- Destination: ":Invalid"
|
|
Type: IndirectTailCall
|
|
- End: '9'
|
|
Start: '5'
|
|
Successors:
|
|
- Destination: ":Invalid"
|
|
Type: IndirectTailCall
|
|
- End: '9'
|
|
Start: '6'
|
|
Successors:
|
|
- Destination: ":Invalid"
|
|
Type: IndirectTailCall
|
|
- End: '9'
|
|
Start: '7'
|
|
Successors:
|
|
- Destination: ":Invalid"
|
|
Type: IndirectTailCall
|
|
- End: '9'
|
|
Start: '8'
|
|
Successors:
|
|
- Destination: ":Invalid"
|
|
Type: IndirectTailCall
|
|
OriginalName: __start
|
|
Type: NoReturn
|
|
|