Lines Matching refs:HighPC
464 if (Range.LowPC == Range.HighPC) in processOneAttribute()
467 if (UpdateHighAddress && Range.HighPC > 0) in processOneAttribute()
468 --Range.HighPC; in processOneAttribute()
470 CurrentScope->addObject(Range.LowPC, Range.HighPC); in processOneAttribute()
473 CurrentRanges.emplace_back(Range.LowPC, Range.HighPC); in processOneAttribute()
1014 LVAddress HighPC = 0; in processLocationList() local
1023 HighPC = BaseAddr + Entry.Value1; in processLocationList()
1024 DWARFAddressRange Range{LowPC, HighPC, Entry.SectionIndex}; in processLocationList()
1033 if (UpdateHighAddress && HighPC > 0) in processLocationList()
1034 --HighPC; in processLocationList()
1036 CurrentSymbol->addLocation(Attr, LowPC, HighPC, Offset, OffsetOnEntry, in processLocationList()