Add support for a CU to output a set of ranges for the CU. This is useful
when you want to have the full list of addresses for a particular CU or when you have multiple modules linked together and can't depend upon the ordering of a single CU for begin/end ranges. llvm-svn: 197776
Showing
- llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp 64 additions, 20 deletionsllvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
- llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h 10 additions, 0 deletionsllvm/lib/CodeGen/AsmPrinter/DwarfUnit.h
- llvm/test/DebugInfo/cu-ranges.ll 50 additions, 0 deletionsllvm/test/DebugInfo/cu-ranges.ll
Loading
Please register or sign in to comment