llvm-project/llvm/lib/DWP
Alexander Yermolovich 7fc7934023 [llvm][dwwarf] Change CU/TU index to 64-bit
Changed contribution data structure to 64 bit. I added the 32bit and 64bit
accessors to make it explicit where we use 32bit and where we use 64bit. Also to
make sure sure we catch all the cases where this data structure is used.

Reviewed By: dblaikie

Differential Revision: https://reviews.llvm.org/D139379
2023-01-11 15:07:11 -08:00
..
CMakeLists.txt
DWP.cpp [llvm][dwwarf] Change CU/TU index to 64-bit 2023-01-11 15:07:11 -08:00
DWPError.cpp