]> granicus.if.org Git - llvm/commit
Changing CodeView debug info type record representation in assembly files to make...
authorNilanjana Basu <nilanjana.basu87@gmail.com>
Tue, 9 Jul 2019 01:11:02 +0000 (01:11 +0000)
committerNilanjana Basu <nilanjana.basu87@gmail.com>
Tue, 9 Jul 2019 01:11:02 +0000 (01:11 +0000)
commit2a69e2802ff46822d73be061fcdaef578ee37e6b
tree912cf0d0c7ef4456646ebaf1ff05b02e03195ab4
parent4b3deaca421585217ab11aedc3ebeaf88c2591de
Changing CodeView debug info type record representation in assembly files to make it more human-readable & editable & fixing bug introduced in r364987

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@365417 91177308-0d34-0410-b5e6-96231b3b80d8
46 files changed:
include/llvm/DebugInfo/CodeView/CVTypeVisitor.h
include/llvm/DebugInfo/CodeView/CodeViewRecordIO.h
include/llvm/DebugInfo/CodeView/TypeRecordMapping.h
include/llvm/DebugInfo/CodeView/TypeVisitorCallbackPipeline.h
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
lib/DebugInfo/CodeView/CVTypeVisitor.cpp
lib/DebugInfo/CodeView/CodeViewRecordIO.cpp
lib/DebugInfo/CodeView/TypeRecordMapping.cpp
test/DebugInfo/COFF/anonymous-struct.ll
test/DebugInfo/COFF/big-type.ll
test/DebugInfo/COFF/class-options-common.ll
test/DebugInfo/COFF/const-unnamed-member.ll
test/DebugInfo/COFF/defer-complete-type.ll
test/DebugInfo/COFF/enum-co.ll
test/DebugInfo/COFF/enum.ll
test/DebugInfo/COFF/function-options.ll
test/DebugInfo/COFF/globals.ll
test/DebugInfo/COFF/inheritance.ll
test/DebugInfo/COFF/inlining-padding.ll
test/DebugInfo/COFF/inlining-same-name.ll
test/DebugInfo/COFF/inlining.ll
test/DebugInfo/COFF/lambda.ll
test/DebugInfo/COFF/long-type-name.ll
test/DebugInfo/COFF/nested-types.ll
test/DebugInfo/COFF/retained-types.ll
test/DebugInfo/COFF/scopes.ll
test/DebugInfo/COFF/static-methods.ll
test/DebugInfo/COFF/type-quals.ll
test/DebugInfo/COFF/types-array-advanced.ll
test/DebugInfo/COFF/types-array-unsized.ll
test/DebugInfo/COFF/types-array.ll
test/DebugInfo/COFF/types-basic.ll
test/DebugInfo/COFF/types-calling-conv.ll
test/DebugInfo/COFF/types-cvarargs.ll
test/DebugInfo/COFF/types-data-members.ll
test/DebugInfo/COFF/types-empty-member-fn.ll
test/DebugInfo/COFF/types-method-ref-qualifiers.ll
test/DebugInfo/COFF/types-nested-class.ll
test/DebugInfo/COFF/types-non-virtual-methods.ll
test/DebugInfo/COFF/types-ptr-to-member.ll
test/DebugInfo/COFF/types-recursive-struct.ll
test/DebugInfo/COFF/unnamed.ll
test/DebugInfo/COFF/vftables.ll
test/DebugInfo/COFF/virtual-method-kinds.ll
test/DebugInfo/COFF/virtual-methods.ll
test/DebugInfo/COFF/vtable-optzn-array.ll