]> granicus.if.org Git - clang/commit
Make emitting a VTT a two-step process, much like emitting a VTable. You first get...
authorAnders Carlsson <andersca@mac.com>
Sat, 29 Jan 2011 19:16:51 +0000 (19:16 +0000)
committerAnders Carlsson <andersca@mac.com>
Sat, 29 Jan 2011 19:16:51 +0000 (19:16 +0000)
commit1cbce125b91cad81c8be3f8bbae8df917211176c
tree069a00838664a0b905a83f260f8a2d05ecd4f586
parent96eaf2992b5955d1470fc9cce7a96e7e1e3b4ea7
Make emitting a VTT a two-step process, much like emitting a VTable. You first get the address of the VTT, and then pass it to EmitVTTDefinition.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124539 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGClass.cpp
lib/CodeGen/CGRTTI.cpp
lib/CodeGen/CGVTT.cpp
lib/CodeGen/CGVTables.cpp
lib/CodeGen/CGVTables.h
test/CodeGenCXX/mangle-subst-std.cpp