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

References

lib/CodeGen/AsmPrinter/DwarfExpression.cpp
   68   emitOp(dwarf::DW_OP_fbreg);
lib/DebugInfo/DWARF/DWARFContext.cpp
 1040         if (!Location->empty() && (*Location)[0] == DW_OP_fbreg)
lib/DebugInfo/DWARF/DWARFExpression.cpp
   80   Descriptions[DW_OP_fbreg] = Desc(Op::Dwarf2, Op::SignedSizeLEB);
tools/lldb/source/Expression/DWARFExpression.cpp
  383   case DW_OP_fbreg:           // 0x91 1 SLEB128 offset
 2126     case DW_OP_fbreg:
 2782   case DW_OP_fbreg:
 2994   if (opcode == DW_OP_fbreg) {