reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
532 if (unwind_plan_sp.get() == nullptr) { 533 unwind_plan_sp = GetCompactUnwindUnwindPlan(target); 535 if (unwind_plan_sp.get() == nullptr) { 536 unwind_plan_sp = GetObjectFileUnwindPlan(target); 538 if (unwind_plan_sp.get() && unwind_plan_sp->GetLSDAAddress().IsValid()) { 538 if (unwind_plan_sp.get() && unwind_plan_sp->GetLSDAAddress().IsValid()) { 539 lsda_addr = unwind_plan_sp->GetLSDAAddress();