Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDwarfStreamer.cpp413 int64_t LocPcOffset = Attr.second + UnitPcOffset; in emitLocationsForUnit() local
423 Asm->OutStreamer->EmitIntValue(Low + LocPcOffset, AddressSize); in emitLocationsForUnit()
424 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()