File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ section in the object file. The ``!callee_type`` metadata is used
99to identify the types of the intended callees of indirect call instructions. The ``!callee_type `` metadata is a
1010list of one or more ``!type `` metadata objects (See :doc: `TypeMetadata `) with each ``!type `` metadata
1111pointing to a callee's :ref: `type identifier <calleetype-type-identifier >`.
12- LLVM's `control flow integrity `_ also uses the ``!type `` metadata in its implementation.
12+ LLVM's `Control Flow Integrity (CFI) `_ also uses the ``!type `` metadata in its implementation.
1313
14- .. _Control Flow Integrity(CFI) : https://clang.llvm.org/docs/ControlFlowIntegrity.html
14+ .. _Control Flow Integrity (CFI) : https://clang.llvm.org/docs/ControlFlowIntegrity.html
1515
1616.. _calleetype-type-identifier :
1717
You can’t perform that action at this time.
0 commit comments