Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp323 int64_t UnitPcOffset, uint64_t OrigLowPc, in emitRangesEntries() argument
331 (Entries.empty() || !FuncRange) ? 0 : FuncRange->second + UnitPcOffset; in emitRangesEntries()
461 int64_t UnitPcOffset = 0; in emitLocationsForUnit() local
463 UnitPcOffset = int64_t(*OrigLowPc) - Unit.getLowPc(); in emitLocationsForUnit()
471 int64_t LocPcOffset = Attr.second + UnitPcOffset; in emitLocationsForUnit()
H A DDWARFLinker.cpp1590 int64_t UnitPcOffset = 0; in patchRangesForUnit() local
1592 UnitPcOffset = int64_t(OrigLowPc) - Unit.getLowPc(); in patchRangesForUnit()
1617 TheDwarfEmitter->emitRangesEntries(UnitPcOffset, OrigLowPc, CurrRange, in patchRangesForUnit()
/llvm-project-15.0.7/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h98 int64_t UnitPcOffset, uint64_t OrigLowPc,
H A DDWARFLinker.h126 int64_t UnitPcOffset, uint64_t OrigLowPc,