Searched refs:DW_OP_bit_piece (Results 1 – 8 of 8) sorted by relevance
583 DW_OP_bit_piece = 0x9d, /* ULEB128 size and ULEB128 offset in bits. */ enumerator
508 case DW_OP_bit_piece: in __libdw_intern_expression()
2688 DW_OP_GNU_push_tls_address, and DW_OP_bit_piece.
78 emitOp(dwarf::DW_OP_bit_piece); in addOpPiece()
92 Descriptions[DW_OP_bit_piece] = Desc(Op::Dwarf3, Op::SizeLEB, Op::SizeLEB); in getDescriptions()
382 case DW_OP_bit_piece: in print_expr()
556 if (N >= 3 && Expr[N - 3] == dwarf::DW_OP_bit_piece) in upgradeDIExpression()
4635 case DW_OP_bit_piece: in print_ops()