Home
last modified time | relevance | path

Searched refs:UnitPcOffset (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
606 int64_t PcOffset = FuncRange.value() + UnitPcOffset; in emitRangesEntries()
732 int64_t UnitPcOffset = 0; in emitLocationsForUnit() local
736 UnitPcOffset = int64_t(OrigLowPc) - Unit.getLowPc(); in emitLocationsForUnit()
743 int64_t LocPcOffset = Attr.second + UnitPcOffset; in emitLocationsForUnit()
2210 int64_t UnitPcOffset = 0; in patchRangesForUnit() local
2212 UnitPcOffset = int64_t(OrigLowPc) - Unit.getLowPc(); in patchRangesForUnit()
2231 Streamer->emitRangesEntries(UnitPcOffset, OrigLowPc, CurrRange, Entries, in patchRangesForUnit()