Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp310 int64_t UnitPcOffset, uint64_t OrigLowPc, in emitRangesEntries() argument
317 int64_t PcOffset = Entries.empty() ? 0 : FuncRange.value() + UnitPcOffset; in emitRangesEntries()
446 int64_t UnitPcOffset = 0; in emitLocationsForUnit() local
448 UnitPcOffset = int64_t(*OrigLowPc) - Unit.getLowPc(); in emitLocationsForUnit()
456 int64_t LocPcOffset = Attr.second + UnitPcOffset; in emitLocationsForUnit()
H A DDWARFLinker.cpp1549 int64_t UnitPcOffset = 0; in patchRangesForUnit() local
1551 UnitPcOffset = int64_t(OrigLowPc) - Unit.getLowPc(); in patchRangesForUnit()
1577 TheDwarfEmitter->emitRangesEntries(UnitPcOffset, OrigLowPc, CurrRange, in patchRangesForUnit()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h91 int64_t UnitPcOffset, uint64_t OrigLowPc,
H A DDWARFLinker.h143 int64_t UnitPcOffset, uint64_t OrigLowPc,