[PATCH] D65638: Switch LLVM to use 64-bit offsets (2/5)

Igor Kudrin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 2 01:58:48 PDT 2019


ikudrin created this revision.
ikudrin added reviewers: dblaikie, probinson, aprantl, rnk, MaskRay, echristo, hans.
Herald added a reviewer: JDevlieghere.
Herald added a subscriber: arphaman.
Herald added a project: LLVM.
ikudrin added a parent revision: D64006: Support 64-bit offsets in utility classes (1/5).

This updates all libraries and tools in LLVM Core to use 64-bit offsets which directly or indirectly come to `DataExtractor`.


Repository:
  rL LLVM

https://reviews.llvm.org/D65638

Files:
  include/llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h
  include/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h
  include/llvm/DebugInfo/DWARF/DWARFAttribute.h
  include/llvm/DebugInfo/DWARF/DWARFContext.h
  include/llvm/DebugInfo/DWARF/DWARFDebugAbbrev.h
  include/llvm/DebugInfo/DWARF/DWARFDebugAddr.h
  include/llvm/DebugInfo/DWARF/DWARFDebugArangeSet.h
  include/llvm/DebugInfo/DWARF/DWARFDebugAranges.h
  include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h
  include/llvm/DebugInfo/DWARF/DWARFDebugInfoEntry.h
  include/llvm/DebugInfo/DWARF/DWARFDebugLine.h
  include/llvm/DebugInfo/DWARF/DWARFDebugLoc.h
  include/llvm/DebugInfo/DWARF/DWARFDebugPubTable.h
  include/llvm/DebugInfo/DWARF/DWARFDebugRangeList.h
  include/llvm/DebugInfo/DWARF/DWARFDebugRnglists.h
  include/llvm/DebugInfo/DWARF/DWARFDie.h
  include/llvm/DebugInfo/DWARF/DWARFExpression.h
  include/llvm/DebugInfo/DWARF/DWARFListTable.h
  include/llvm/DebugInfo/DWARF/DWARFUnit.h
  include/llvm/DebugInfo/DWARF/DWARFUnitIndex.h
  include/llvm/DebugInfo/DWARF/DWARFVerifier.h
  include/llvm/XRay/FDRRecordProducer.h
  include/llvm/XRay/FDRRecords.h
  include/llvm/XRay/FileHeaderReader.h
  lib/CodeGen/AsmPrinter/DwarfDebug.cpp
  lib/DebugInfo/DWARF/DWARFAbbreviationDeclaration.cpp
  lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp
  lib/DebugInfo/DWARF/DWARFCompileUnit.cpp
  lib/DebugInfo/DWARF/DWARFContext.cpp
  lib/DebugInfo/DWARF/DWARFDebugAbbrev.cpp
  lib/DebugInfo/DWARF/DWARFDebugAddr.cpp
  lib/DebugInfo/DWARF/DWARFDebugArangeSet.cpp
  lib/DebugInfo/DWARF/DWARFDebugAranges.cpp
  lib/DebugInfo/DWARF/DWARFDebugFrame.cpp
  lib/DebugInfo/DWARF/DWARFDebugInfoEntry.cpp
  lib/DebugInfo/DWARF/DWARFDebugLine.cpp
  lib/DebugInfo/DWARF/DWARFDebugLoc.cpp
  lib/DebugInfo/DWARF/DWARFDebugMacro.cpp
  lib/DebugInfo/DWARF/DWARFDebugPubTable.cpp
  lib/DebugInfo/DWARF/DWARFDebugRangeList.cpp
  lib/DebugInfo/DWARF/DWARFDebugRnglists.cpp
  lib/DebugInfo/DWARF/DWARFDie.cpp
  lib/DebugInfo/DWARF/DWARFExpression.cpp
  lib/DebugInfo/DWARF/DWARFGdbIndex.cpp
  lib/DebugInfo/DWARF/DWARFListTable.cpp
  lib/DebugInfo/DWARF/DWARFTypeUnit.cpp
  lib/DebugInfo/DWARF/DWARFUnit.cpp
  lib/DebugInfo/DWARF/DWARFUnitIndex.cpp
  lib/DebugInfo/DWARF/DWARFVerifier.cpp
  lib/DebugInfo/Symbolize/SymbolizableObjectFile.cpp
  lib/DebugInfo/Symbolize/Symbolize.cpp
  lib/Object/Decompressor.cpp
  lib/Object/MachOObjectFile.cpp
  lib/XRay/FDRRecordProducer.cpp
  lib/XRay/FileHeaderReader.cpp
  lib/XRay/InstrumentationMap.cpp
  lib/XRay/Profile.cpp
  lib/XRay/RecordInitializer.cpp
  lib/XRay/Trace.cpp
  tools/dsymutil/DwarfLinker.cpp
  tools/dsymutil/DwarfLinker.h
  tools/dsymutil/DwarfStreamer.cpp
  tools/dsymutil/DwarfStreamer.h
  tools/llvm-dwp/llvm-dwp.cpp
  tools/llvm-readobj/DwarfCFIEHPrinter.h
  tools/llvm-xray/xray-fdr-dump.cpp
  tools/obj2yaml/dwarf2yaml.cpp
  unittests/Support/DataExtractorTest.cpp
  unittests/XRay/FDRProducerConsumerTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65638.212990.patch
Type: text/x-patch
Size: 187510 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190802/f93fbee5/attachment-0001.bin>


More information about the llvm-commits mailing list