Home
last modified time | relevance | path

Searched refs:OrigLowPc (Results 1 – 1 of 1) sorted by relevance

/external/llvm/tools/dsymutil/
DDwarfLinker.cpp432 int64_t UnitPcOffset, uint64_t OrigLowPc,
599 int64_t UnitPcOffset, uint64_t OrigLowPc, in emitRangesEntries() argument
618 if (!(Range.StartAddress + OrigLowPc >= FuncRange.start() && in emitRangesEntries()
619 Range.EndAddress + OrigLowPc <= FuncRange.stop())) in emitRangesEntries()
733 uint64_t OrigLowPc = OrigUnitDie->getAttributeValueAsAddress( in emitLocationsForUnit() local
735 if (OrigLowPc != -1ULL) in emitLocationsForUnit()
736 UnitPcOffset = int64_t(OrigLowPc) - Unit.getLowPc(); in emitLocationsForUnit()
2206 uint64_t OrigLowPc = OrigUnitDie->getAttributeValueAsAddress( in patchRangesForUnit() local
2211 if (OrigLowPc != -1ULL) in patchRangesForUnit()
2212 UnitPcOffset = int64_t(OrigLowPc) - Unit.getLowPc(); in patchRangesForUnit()
[all …]