]> granicus.if.org Git - llvm/commit
Changing representation of .cv_def_range directives in Codeview debug info assembly...
authorNilanjana Basu <nilanjana.basu87@gmail.com>
Mon, 5 Aug 2019 13:11:51 +0000 (13:11 +0000)
committerNilanjana Basu <nilanjana.basu87@gmail.com>
Mon, 5 Aug 2019 13:11:51 +0000 (13:11 +0000)
commited8791f244fbc131eefd98b5014645f7af688fee
tree3b20d725ea834a392dd84633cd65618e8fee7ab3
parent8ff20addbcbafca6c70ff6f4cd6729fcf57e1658
Changing representation of .cv_def_range directives in Codeview debug info assembly format for better readability

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@367850 91177308-0d34-0410-b5e6-96231b3b80d8
19 files changed:
include/llvm/DebugInfo/CodeView/SymbolRecord.h
include/llvm/MC/MCStreamer.h
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
lib/DebugInfo/CodeView/SymbolDumper.cpp
lib/DebugInfo/CodeView/SymbolRecordMapping.cpp
lib/MC/MCAsmStreamer.cpp
lib/MC/MCParser/AsmParser.cpp
lib/MC/MCStreamer.cpp
lib/ObjectYAML/CodeViewYAMLSymbols.cpp
test/DebugInfo/COFF/fp-stack.ll
test/DebugInfo/COFF/local-variable-gap.ll
test/DebugInfo/COFF/local-variables.ll
test/DebugInfo/COFF/nrvo.ll
test/DebugInfo/COFF/pieces.ll
test/DebugInfo/COFF/register-variables.ll
test/MC/COFF/cv-def-range-align.s
test/MC/COFF/cv-def-range-gap.s
test/MC/COFF/cv-def-range.s
tools/llvm-pdbutil/MinimalSymbolDumper.cpp