Searched refs:DW_OP_breg7 (Results 1 – 6 of 6) sorted by relevance
1 ; RUN: llc -O0 -mtriple=x86_64-apple-darwin < %s | grep DW_OP_breg72 ; Use DW_OP_breg7 in variable's location expression if the variable is in a stack slot.
77 ; CHECK-NEXT: .byte 119 # DW_OP_breg7
35 ; CHECK: DW_OP_breg7
463 DW_OP_breg7 =0x77, enumerator
545 DW_OP_breg7 = 0x77, /* Base register 7. */ enumerator
7989 case DW_OP_breg7: in op_pushes_non_constant_value()