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

References

tools/lldb/source/Symbol/DWARFCallFrameInfo.cpp
  555     unwind_plan.SetSourceName("eh_frame CFI");
  557     unwind_plan.SetUnwindPlanValidAtAllInstructions(eLazyBoolNo);
  559     unwind_plan.SetSourceName("DWARF CFI");
  565     unwind_plan.SetUnwindPlanValidAtAllInstructions(eLazyBoolNo);
  567   unwind_plan.SetSourcedFromCompiler(eLazyBoolYes);
  605   unwind_plan.SetUnwindPlanForSignalTrap(
  620     unwind_plan.SetLSDAAddress(lsda_data);
  621     unwind_plan.SetPersonalityFunctionPtr(personality_function_ptr);
  627   unwind_plan.SetPlanValidAddressRange(range);
  632   unwind_plan.SetRegisterKind(GetRegisterKind());
  633   unwind_plan.SetReturnAddressRegister(cie->return_addr_reg_num);
  654           unwind_plan.AppendRow(row);
  673           if (unwind_plan.IsValidRowIndex(0) &&
  674               unwind_plan.GetRowAtIndex(0)->GetRegisterInfo(reg_num,
  689           unwind_plan.AppendRow(row);
  703           unwind_plan.AppendRow(row);
  716           unwind_plan.AppendRow(row);
  729           unwind_plan.AppendRow(row);
  743           if (unwind_plan.IsValidRowIndex(0) &&
  744               unwind_plan.GetRowAtIndex(0)->GetRegisterInfo(reg_num,
  811   unwind_plan.AppendRow(row);