Searched refs:LocExpr (Results 1 – 1 of 1) sorted by relevance
596 DWARFLocationExpression LocExpr; member601 LiveVariable(const DWARFLocationExpression &LocExpr, const char *VarName, in LiveVariable()603 : LocExpr(LocExpr), VarName(VarName), Unit(Unit), FuncDie(FuncDie) {} in LiveVariable()606 if (LocExpr.Range == None) in liveAtAddress()608 return LocExpr.Range->SectionIndex == Addr.SectionIndex && in liveAtAddress()609 LocExpr.Range->LowPC <= Addr.Address && in liveAtAddress()610 LocExpr.Range->HighPC > Addr.Address; in liveAtAddress()614 DataExtractor Data({LocExpr.Expr.data(), LocExpr.Expr.size()}, in print()661 for (const DWARFLocationExpression &LocExpr : *Locs) { in addVariable()662 if (LocExpr.Range) { in addVariable()[all …]