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

References

tools/lldb/source/Symbol/DWARFCallFrameInfo.cpp
  835       row.SetRegisterInfo(reg_num, reg_location);
  853       row.SetRegisterInfo(reg_num, reg_location);
  865       row.SetRegisterInfo(reg_num, reg_location);
  877       row.SetRegisterInfo(reg_num, reg_location);
  890       row.SetRegisterInfo(reg_num, reg_location);
  901       row.GetCFAValue().SetIsRegisterPlusOffset(reg_num, op_offset);
  911       row.GetCFAValue().SetIsRegisterPlusOffset(reg_num,
  912                                                 row.GetCFAValue().GetOffset());
  922       row.GetCFAValue().SetIsRegisterPlusOffset(
  923           row.GetCFAValue().GetRegisterNumber(), op_offset);
  932       row.GetCFAValue().SetIsDWARFExpression(block_data, block_len);
  951       row.SetRegisterInfo(reg_num, reg_location);
  965       row.SetRegisterInfo(reg_num, reg_location);
  977       row.GetCFAValue().SetIsRegisterPlusOffset(reg_num, op_offset);
  987       uint32_t cfa_regnum = row.GetCFAValue().GetRegisterNumber();
  988       row.GetCFAValue().SetIsRegisterPlusOffset(cfa_regnum, op_offset);
 1006       row.SetRegisterInfo(reg_num, reg_location);