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

References

include/llvm/DebugInfo/DWARF/DWARFExpression.h
   86     uint8_t getCode() { return Opcode; }
lib/DebugInfo/DWARF/DWARFExpression.cpp
  123   Opcode = Data.getU8(&Offset);
  125   Desc = getOpDesc(Opcode);
  245   StringRef Name = OperationEncodingString(Opcode);
  249   if ((Opcode >= DW_OP_breg0 && Opcode <= DW_OP_breg31) ||
  249   if ((Opcode >= DW_OP_breg0 && Opcode <= DW_OP_breg31) ||
  250       (Opcode >= DW_OP_reg0 && Opcode <= DW_OP_reg31) ||
  250       (Opcode >= DW_OP_reg0 && Opcode <= DW_OP_reg31) ||
  251       Opcode == DW_OP_bregx || Opcode == DW_OP_regx)
  251       Opcode == DW_OP_bregx || Opcode == DW_OP_regx)
  252     if (prettyPrintRegisterOp(OS, Opcode, Operands, RegInfo, isEH))
  279       else if (Opcode != DW_OP_entry_value &&
  280                Opcode != DW_OP_GNU_entry_value)