summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGVTT.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Use getNamedGlobal instead of getGlobalVariable. (Fixes self-host).Anders Carlsson2010-03-241-1/+1
| | | | llvm-svn: 99385
* More vtable work; preparations for moving over to the new vtable layout code ↵Anders Carlsson2010-03-241-1/+1
| | | | | | (finally). llvm-svn: 99381
* Rename CGVtableInfo to CodeGenVTables in preparation of adding another ↵Anders Carlsson2010-03-231-17/+15
| | | | | | VTableInfo class. llvm-svn: 99250
* Pass information about whether a base is virtual or not down to ↵Anders Carlsson2010-02-281-9/+12
| | | | | | getCtorVtable, we need this information in the vtable builder. llvm-svn: 97356
* Move the VTT related code into its own file, CGVTT.cppAnders Carlsson2010-01-211-0/+398
llvm-svn: 94079
OpenPOWER on IntegriCloud