Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFStreamer.cpp430 int64_t LocPcOffset = Attr.second + UnitPcOffset; in emitLocationsForUnit() local
445 LocPcOffset = 0; in emitLocationsForUnit()
449 Asm->OutStreamer->emitIntValue(Low + LocPcOffset, AddressSize); in emitLocationsForUnit()
450 Asm->OutStreamer->emitIntValue(High + LocPcOffset, AddressSize); in emitLocationsForUnit()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp860 int64_t LocPcOffset = Attr.second + UnitPcOffset; in emitLocationsForUnit() local
870 Asm->OutStreamer->EmitIntValue(Low + LocPcOffset, AddressSize); in emitLocationsForUnit()
871 Asm->OutStreamer->EmitIntValue(High + LocPcOffset, AddressSize); in emitLocationsForUnit()