Searched refs:LocPcOffset (Results 1 – 2 of 2) sorted by relevance
430 int64_t LocPcOffset = Attr.second + UnitPcOffset; in emitLocationsForUnit() local445 LocPcOffset = 0; in emitLocationsForUnit()449 Asm->OutStreamer->emitIntValue(Low + LocPcOffset, AddressSize); in emitLocationsForUnit()450 Asm->OutStreamer->emitIntValue(High + LocPcOffset, AddressSize); in emitLocationsForUnit()
860 int64_t LocPcOffset = Attr.second + UnitPcOffset; in emitLocationsForUnit() local870 Asm->OutStreamer->EmitIntValue(Low + LocPcOffset, AddressSize); in emitLocationsForUnit()871 Asm->OutStreamer->EmitIntValue(High + LocPcOffset, AddressSize); in emitLocationsForUnit()