Lines Matching refs:HighPC
474 if (Range.LowPC == Range.HighPC) in processOneAttribute()
477 if (UpdateHighAddress && Range.HighPC > 0) in processOneAttribute()
478 --Range.HighPC; in processOneAttribute()
481 Range.HighPC += WasmCodeSectionOffset; in processOneAttribute()
483 CurrentScope->addObject(Range.LowPC, Range.HighPC); in processOneAttribute()
486 CurrentRanges.emplace_back(Range.LowPC, Range.HighPC); in processOneAttribute()
1028 LVAddress HighPC = 0; in processLocationList() local
1037 HighPC = BaseAddr + Entry.Value1; in processLocationList()
1038 DWARFAddressRange Range{LowPC, HighPC, Entry.SectionIndex}; in processLocationList()
1047 if (UpdateHighAddress && HighPC > 0) in processLocationList()
1048 --HighPC; in processLocationList()
1050 CurrentSymbol->addLocation(Attr, LowPC, HighPC, Offset, OffsetOnEntry, in processLocationList()