Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp471 int64_t LocPcOffset = Attr.second + UnitPcOffset; in emitLocationsForUnit() local
486 LocPcOffset = 0; in emitLocationsForUnit()
490 Asm->OutStreamer->emitIntValue(Low + LocPcOffset, AddressSize); in emitLocationsForUnit()
491 Asm->OutStreamer->emitIntValue(High + LocPcOffset, AddressSize); in emitLocationsForUnit()