Changeset View
Changeset View
Standalone View
Standalone View
llvm/trunk/docs/LangRef.rst
- This file is larger than 256 KB, so syntax highlighting is disabled by default.
Show First 20 Lines • Show All 4,758 Lines • ▼ Show 20 Lines | .. code-block:: text | ||||
!0 = !DIExpression(DW_OP_deref) | !0 = !DIExpression(DW_OP_deref) | ||||
!1 = !DIExpression(DW_OP_plus_uconst, 3) | !1 = !DIExpression(DW_OP_plus_uconst, 3) | ||||
!1 = !DIExpression(DW_OP_constu, 3, DW_OP_plus) | !1 = !DIExpression(DW_OP_constu, 3, DW_OP_plus) | ||||
!2 = !DIExpression(DW_OP_bit_piece, 3, 7) | !2 = !DIExpression(DW_OP_bit_piece, 3, 7) | ||||
!3 = !DIExpression(DW_OP_deref, DW_OP_constu, 3, DW_OP_plus, DW_OP_LLVM_fragment, 3, 7) | !3 = !DIExpression(DW_OP_deref, DW_OP_constu, 3, DW_OP_plus, DW_OP_LLVM_fragment, 3, 7) | ||||
!4 = !DIExpression(DW_OP_constu, 2, DW_OP_swap, DW_OP_xderef) | !4 = !DIExpression(DW_OP_constu, 2, DW_OP_swap, DW_OP_xderef) | ||||
!5 = !DIExpression(DW_OP_constu, 42, DW_OP_stack_value) | !5 = !DIExpression(DW_OP_constu, 42, DW_OP_stack_value) | ||||
DIFlags | |||||
""""""""""""""" | |||||
These flags encode various properties of DINodes. | |||||
The `ArgumentNotModified` flag marks a function argument whose value | |||||
is not modified throughout of a function. This flag is used to decide | |||||
whether a DW_OP_entry_value can be used in a location description | |||||
after the function prologue. The language frontend is expected to compute | |||||
this property for each DILocalVariable. The flag should be used | |||||
only in optimized code. | |||||
DIObjCProperty | DIObjCProperty | ||||
"""""""""""""" | """""""""""""" | ||||
``DIObjCProperty`` nodes represent Objective-C property nodes. | ``DIObjCProperty`` nodes represent Objective-C property nodes. | ||||
.. code-block:: text | .. code-block:: text | ||||
!3 = !DIObjCProperty(name: "foo", file: !1, line: 7, setter: "setFoo", | !3 = !DIObjCProperty(name: "foo", file: !1, line: 7, setter: "setFoo", | ||||
▲ Show 20 Lines • Show All 12,482 Lines • Show Last 20 Lines |