Lines Matching defs:DIExpression
6303 DIExpression that describes how to get from an object's address to the actual
6310 DIExpression that describes whether the pointer array is currently associated.
6311 The optional ``allocated`` is a DIExpression that describes whether the
6313 DIExpression that describes the rank (number of dimensions) of fortran assumed
6416 !0 = !DIGlobalVariableExpression(var: !1, expr: !DIExpression())
6426 with a :ref:`DIExpression`.
6434 expr: !DIExpression(DW_OP_LLVM_fragment, 0, 32)
6438 expr: !DIExpression(DW_OP_LLVM_fragment, 32, 32)
6550 DIExpression
6553 ``DIExpression`` nodes represent expressions that are inspired by the DWARF
6559 opcodes from the DIExpression until the final variable description is produced.
6597 DIExpression(DW_OP_LLVM_entry_value, 1, ...)`` is lowered to
6602 block argument. For example, ``!DIExpression(DW_OP_LLVM_entry_value, 1,
6630 example, ``!DIExpression(DW_OP_LLVM_arg, 0, DW_OP_LLVM_arg, 1, DW_OP_minus,
6655 #dbg_value(i32 4, !17, !DIExpression(DW_OP_LLVM_implicit_pointer), !20)
6665 !DIExpression(DW_OP_LLVM_implicit_pointer, DW_OP_LLVM_implicit_pointer),
6685 kind. A DIExpression operand to the record refines this address to produce a
6690 DIExpression operand to the record refines the first operand to produce a
6692 necessary to insert ``DW_OP_deref`` into the DIExpression in order to produce a
6697 A DIExpression is interpreted in the same way regardless of which kind of
6705 !DIExpression(DW_OP_deref)
6706 !DIExpression(DW_OP_plus_uconst, 3)
6707 !DIExpression(DW_OP_constu, 3, DW_OP_plus)
6708 !DIExpression(DW_OP_bit_piece, 3, 7)
6709 !DIExpression(DW_OP_deref, DW_OP_constu, 3, DW_OP_plus, DW_OP_LLVM_fragment, 3, 7)
6710 !DIExpression(DW_OP_constu, 2, DW_OP_swap, DW_OP_xderef)
6711 !DIExpression(DW_OP_constu, 42, DW_OP_stack_value)
6724 #dbg_assign(%a, !1, !DIExpression(), !2, %a.addr, !DIExpression(), !3)
6739 ``DIExpression`` that uses the
6748 !DIExpression(DW_OP_LLVM_arg, 0, DW_OP_LLVM_arg, 1, DW_OP_plus),
6861 - ``stringLengthExpression:``, which points to a ``DIExpression`` which
6865 The ``stringLocationExpression:`` points to a ``DIExpression`` which describes
13340 #dbg_value(%inst1, !10, !DIExpression(), !11)