Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
a6380af6585d15c3644d4fe6ef48c5a3af66d4e9
/
clang
/
lib
/
CodeGen
/
CGRtti.cpp
1a139f8
Improve instantiation control for rtti data and allow key functions to
by Mike Stump
· 16 years ago
83d5e00
Propagate hidden to the _ZTS symbols appropriately. WIP.
by Mike Stump
· 16 years ago
c5d2ed7
Be sure to set visibility for ZTI symbols for classes from the class.
by Mike Stump
· 16 years ago
f77aaa0
Make _ZTI symbols hidden. This speeds up the dynamic linker.
by Mike Stump
· 16 years ago
4aaf79a
Cleanup.
by Mike Stump
· 16 years ago
103a084
Add rtti support for arrays, functiond without prototypes, vectors and enums.
by Mike Stump
· 16 years ago
96b96d5
Add rtti info for function prototypes and refactor. This allows
by Mike Stump
· 16 years ago
6fdfea6
Add rtti support for pointer to data members.
by Mike Stump
· 16 years ago
db72c89
Add rtti support for non-member pointers. WIP.
by Mike Stump
· 16 years ago
8f5e677
Add typeinfo support for T* and const T* for all builtin types T.
by Mike Stump
· 16 years ago
3f75d55
Add typeid for the builtin types. WIP.
by Mike Stump
· 16 years ago
4c808df
Finish off support for typeinfo generation for classes.
by Mike Stump
· 16 years ago
f5b2869
Finisgh off rest of class_type_info rtti generation.
by Mike Stump
· 16 years ago
1acec6a
Build up more of the rtti info for a class. WIP.
by Mike Stump
· 16 years ago
1471842
Add the name to the rtti data structure.
by Mike Stump
· 16 years ago
958c9f8
Fix thinko, mangleCXXRtti should obviously take a QualType!
by Anders Carlsson
· 16 years ago
4300463
mangleCXXRtti obviously needs to take a type, what was I thinking...
by Anders Carlsson
· 16 years ago
2295f31
Change mangleCXXVtable and mangleCXXRtti to take CXXRecordDecls instead of QualTypes.
by Anders Carlsson
· 16 years ago
6ce51fd
Move our (non-existing) RTTI emission code into CGRtti.cpp. No functionality change.
by Anders Carlsson
· 16 years ago