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

References

tools/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp
 1179                                     unwindplan_regloc)) {
 1236                                       unwindplan_regloc)) {
 1289           pc_regnum == regnum && unwindplan_regloc.IsInOtherRegister() &&
 1290           unwindplan_regloc.GetRegisterNumber() ==
 1318                     unwindplan_regloc)) {
 1348           abi->GetFallbackRegisterLocation(reg_info, unwindplan_regloc)) {
 1386   if (unwindplan_regloc.IsUnspecified()) {
 1395   if (unwindplan_regloc.IsUndefined()) {
 1402   if (unwindplan_regloc.IsSame()) {
 1423   if (unwindplan_regloc.IsCFAPlusOffset()) {
 1424     int offset = unwindplan_regloc.GetOffset();
 1435   if (unwindplan_regloc.IsAtCFAPlusOffset()) {
 1436     int offset = unwindplan_regloc.GetOffset();
 1447   if (unwindplan_regloc.IsAFAPlusOffset()) {
 1451     int offset = unwindplan_regloc.GetOffset();
 1462   if (unwindplan_regloc.IsAtAFAPlusOffset()) {
 1466     int offset = unwindplan_regloc.GetOffset();
 1477   if (unwindplan_regloc.IsInOtherRegister()) {
 1478     uint32_t unwindplan_regnum = unwindplan_regloc.GetRegisterNumber();
 1497   if (unwindplan_regloc.IsDWARFExpression() ||
 1498       unwindplan_regloc.IsAtDWARFExpression()) {
 1499     DataExtractor dwarfdata(unwindplan_regloc.GetDWARFExpressionBytes(),
 1500                             unwindplan_regloc.GetDWARFExpressionLength(),
 1514       if (unwindplan_regloc.IsDWARFExpression()) {