reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/DebugInfo/DWARF/DWARFExpression.h
   50       SignedSizeLEB = SignBit | SizeLEB,
lib/DebugInfo/DWARF/DWARFExpression.cpp
   41   Descriptions[DW_OP_constu] = Desc(Op::Dwarf2, Op::SizeLEB);
   60   Descriptions[DW_OP_plus_uconst] = Desc(Op::Dwarf2, Op::SizeLEB);
   79   Descriptions[DW_OP_regx] = Desc(Op::Dwarf2, Op::SizeLEB);
   81   Descriptions[DW_OP_bregx] = Desc(Op::Dwarf2, Op::SizeLEB, Op::SignedSizeLEB);
   82   Descriptions[DW_OP_piece] = Desc(Op::Dwarf2, Op::SizeLEB);
   92   Descriptions[DW_OP_bit_piece] = Desc(Op::Dwarf3, Op::SizeLEB, Op::SizeLEB);
   92   Descriptions[DW_OP_bit_piece] = Desc(Op::Dwarf3, Op::SizeLEB, Op::SizeLEB);
   94       Desc(Op::Dwarf3, Op::SizeLEB, Op::SizeBlock);
   97   Descriptions[DW_OP_addrx] = Desc(Op::Dwarf4, Op::SizeLEB);
   98   Descriptions[DW_OP_GNU_addr_index] = Desc(Op::Dwarf4, Op::SizeLEB);
   99   Descriptions[DW_OP_GNU_const_index] = Desc(Op::Dwarf4, Op::SizeLEB);
  100   Descriptions[DW_OP_GNU_entry_value] = Desc(Op::Dwarf4, Op::SizeLEB);
  103   Descriptions[DW_OP_entry_value] = Desc(Op::Dwarf5, Op::SizeLEB);
  177     case Operation::SizeLEB: