Home
last modified time | relevance | path

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

/external/llvm/tools/dsymutil/
DDwarfLinker.cpp743 int64_t LocPcOffset = Attr.second + UnitPcOffset; in emitLocationsForUnit() local
753 Asm->OutStreamer.EmitIntValue(Low + LocPcOffset, AddressSize); in emitLocationsForUnit()
754 Asm->OutStreamer.EmitIntValue(High + LocPcOffset, AddressSize); in emitLocationsForUnit()