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

References

lib/CodeGen/AsmPrinter/DwarfExpression.cpp
   61     emitOp(dwarf::DW_OP_bregx);
  511     case dwarf::DW_OP_bregx:
  512       emitOp(dwarf::DW_OP_bregx);
lib/DebugInfo/DWARF/DWARFExpression.cpp
   81   Descriptions[DW_OP_bregx] = Desc(Op::Dwarf2, Op::SizeLEB, Op::SignedSizeLEB);
  214   if (Opcode == DW_OP_bregx || Opcode == DW_OP_regx)
  216   else if (Opcode >= DW_OP_breg0 && Opcode < DW_OP_bregx)
  224           Opcode == DW_OP_bregx)
  251       Opcode == DW_OP_bregx || Opcode == DW_OP_regx)
lib/IR/DebugInfoMetadata.cpp
  839   case dwarf::DW_OP_bregx:
  924     case dwarf::DW_OP_bregx:
lib/Target/X86/X86InstrInfo.cpp
 7614           Ops.push_back(dwarf::DW_OP_bregx);
tools/lldb/source/Expression/DWARFExpression.cpp
  391   case DW_OP_bregx:     // 0x92 2 ULEB128 register followed by SLEB128 offset
 2112     case DW_OP_bregx: {
 2732   if (opcode_class == DRC_TWOOPERANDS && opcode == DW_OP_bregx) {
 3030   } else if (opcode == DW_OP_bregx) {
tools/lldb/source/Plugins/SymbolFile/NativePDB/DWARFLocationExpression.cpp
  143                                                ? llvm::dwarf::DW_OP_bregx
tools/lldb/source/Plugins/SymbolFile/PDB/PDBLocationToDWARFExpression.cpp
  136       stream.PutHex8(DW_OP_bregx);
tools/lldb/source/Symbol/PostfixExpression.cpp
  220     m_out_stream.PutHex8(DW_OP_bregx);