Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp437 int64_t UnitPcOffset = 0; in emitLocationsForUnit() local
441 UnitPcOffset = int64_t(*OrigLowPc) - *Unit.getLowPc(); in emitLocationsForUnit()
450 int64_t LocPcOffset = Attr.second + UnitPcOffset; in emitLocationsForUnit()