You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: llvm/docs/CallGraphSection.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,6 @@ Each record in the `.callgraph` section has the following binary layout:
13
13
| Function Entry PC |`uintptr_t`| 32/64 | The address of the function's entry point. |
14
14
| Function Type ID |`uint64_t`| 64 | The type ID of the function. This field is non-zero if the function is a potential indirect call target and its type is known. |
15
15
| Number of Unique Direct Callees |`ULEB128`| Variable | The number of unique direct call destinations from this function. This field is only present if there is at least one direct callee. |
16
-
| Number of Unique Indirect Target Type IDs|`ULEB128`| Variable | The number of unique indirect call target type IDs. This field is only present if there is at least one indirect target type ID. |
17
16
| Direct Callees Array |`uintptr_t[]`| Variable | An array of unique direct callee entry point addresses. |
17
+
| Number of Unique Indirect Target Type IDs|`ULEB128`| Variable | The number of unique indirect call target type IDs. This field is only present if there is at least one indirect target type ID. |
18
18
| Indirect Target Type IDs Array |`uint64_t[]`| Variable | An array of unique indirect call target type IDs. |
0 commit comments