Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp450 int64_t LocPcOffset = Attr.second + UnitPcOffset; in emitLocationsForUnit() local
465 LocPcOffset = 0; in emitLocationsForUnit()
469 Asm->OutStreamer->emitIntValue(Low + LocPcOffset, AddressSize); in emitLocationsForUnit()
470 Asm->OutStreamer->emitIntValue(High + LocPcOffset, AddressSize); in emitLocationsForUnit()