Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp456 int64_t LocPcOffset = Attr.second + UnitPcOffset; in emitLocationsForUnit() local
471 LocPcOffset = 0; in emitLocationsForUnit()
475 Asm->OutStreamer->emitIntValue(Low + LocPcOffset, AddressSize); in emitLocationsForUnit()
476 Asm->OutStreamer->emitIntValue(High + LocPcOffset, AddressSize); in emitLocationsForUnit()