1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/lib/DebugInfo
Jonas Devlieghere dc65054cf8 [dwarfdump][NFC] Consistent printing of address ranges
This implement the insertion operator for DWARF address ranges so they
are consistently printed as [LowPC, HighPC).

While a dump method might have felt more consistent, it is used
exclusively for printing error messages in the verifier and never used
for actual dumping. Hence this approach is more intuitive and creates
less clutter at the call sites.

Differential revision: https://reviews.llvm.org/D38395

llvm-svn: 314523
2017-09-29 15:41:22 +00:00
..
CodeView [llvm-pdbutil] Support dumping CodeView from object files. 2017-09-01 20:06:56 +00:00
DWARF [dwarfdump][NFC] Consistent printing of address ranges 2017-09-29 15:41:22 +00:00
MSF
PDB COFF: PDB: Allow multiple modules with the same name. 2017-09-07 20:39:46 +00:00
Symbolize
CMakeLists.txt
LLVMBuild.txt