Searched refs:OrigLowPc (Results 1 – 1 of 1) sorted by relevance
432 int64_t UnitPcOffset, uint64_t OrigLowPc,599 int64_t UnitPcOffset, uint64_t OrigLowPc, in emitRangesEntries() argument618 if (!(Range.StartAddress + OrigLowPc >= FuncRange.start() && in emitRangesEntries()619 Range.EndAddress + OrigLowPc <= FuncRange.stop())) in emitRangesEntries()733 uint64_t OrigLowPc = OrigUnitDie->getAttributeValueAsAddress( in emitLocationsForUnit() local735 if (OrigLowPc != -1ULL) in emitLocationsForUnit()736 UnitPcOffset = int64_t(OrigLowPc) - Unit.getLowPc(); in emitLocationsForUnit()2206 uint64_t OrigLowPc = OrigUnitDie->getAttributeValueAsAddress( in patchRangesForUnit() local2211 if (OrigLowPc != -1ULL) in patchRangesForUnit()2212 UnitPcOffset = int64_t(OrigLowPc) - Unit.getLowPc(); in patchRangesForUnit()[all …]