File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -6008,7 +6008,7 @@ The current supported opcode vocabulary is limited:
6008
6008
6009
6009
Because ``DW_OP_LLVM_entry_value`` is defined in terms of registers, it is
6010
6010
usually used in MIR, but it is also allowed in LLVM IR when targetting a
6011
- :ref:`_swiftasync ` argument. The operation is introduced by:
6011
+ :ref:`swiftasync <swiftasync> ` argument. The operation is introduced by:
6012
6012
6013
6013
- ``LiveDebugValues`` pass, which applies it to function parameters that
6014
6014
are unmodified throughout the function. Support is limited to simple
@@ -6019,8 +6019,9 @@ The current supported opcode vocabulary is limited:
6019
6019
(``DW_AT_call_site_parameter_value``) is represented as entry value of
6020
6020
the parameter.
6021
6021
- ``CoroSplit`` pass, which may move variables from allocas into a
6022
- coroutine frame. If the coroutine frame is a :ref:`_swiftasync` argument,
6023
- the variable is described with an ``DW_OP_LLVM_entry_value`` operation.
6022
+ coroutine frame. If the coroutine frame is a
6023
+ :ref:`swiftasync <swiftasync>` argument, the variable is described with
6024
+ an ``DW_OP_LLVM_entry_value`` operation.
6024
6025
6025
6026
- ``DW_OP_LLVM_arg, N`` is used in debug intrinsics that refer to more than one
6026
6027
value, such as one that calculates the sum of two registers. This is always
You can’t perform that action at this time.
0 commit comments