]> granicus.if.org Git - llvm/commit
[codeview] Emit non-virtual method type.
authorAmjad Aboud <amjad.aboud@intel.com>
Sat, 18 Jun 2016 10:25:07 +0000 (10:25 +0000)
committerAmjad Aboud <amjad.aboud@intel.com>
Sat, 18 Jun 2016 10:25:07 +0000 (10:25 +0000)
commit5ee364ff3a9d91ad0b2e795a8c4473f119bb4451
tree17819cdf0ef2cb588cedfd46180dd5d2dc08ecfd
parentccb3bb979ec6521cd4b8a5fa6e74ab5ff9d4806d
[codeview] Emit non-virtual method type.

Differential Revision: http://reviews.llvm.org/D21011

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@273084 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
lib/CodeGen/AsmPrinter/CodeViewDebug.h
test/DebugInfo/COFF/types-basic.ll
test/DebugInfo/COFF/types-calling-conv.ll
test/DebugInfo/COFF/types-data-members.ll
test/DebugInfo/COFF/types-non-virtual-methods.ll [new file with mode: 0644]
test/DebugInfo/COFF/types-ptr-to-member.ll