diff options
Diffstat (limited to 'lib/CodeGen/CodeGenModule.h')
-rw-r--r-- | lib/CodeGen/CodeGenModule.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/CodeGen/CodeGenModule.h b/lib/CodeGen/CodeGenModule.h index 65ca758405..cf36bcf9a0 100644 --- a/lib/CodeGen/CodeGenModule.h +++ b/lib/CodeGen/CodeGenModule.h @@ -212,15 +212,14 @@ public: llvm::Constant *GetAddrOfFunction(GlobalDecl GD, const llvm::Type *Ty = 0); - /// GenerateVTT - Generate the VTT for the given type. - llvm::Constant *GenerateVTT(const CXXRecordDecl *RD); - /// GenerateRTTI - Generate the rtti information for the given type. llvm::Constant *GenerateRTTI(const CXXRecordDecl *RD); + /// GenerateRTTIRef - Generate a reference to the rtti information for the /// given type. llvm::Constant *GenerateRTTIRef(const CXXRecordDecl *RD); - /// GenerateRTTINonClass - Generate the rtti information for the given + + /// GenerateRTTI - Generate the rtti information for the given /// non-class type. llvm::Constant *GenerateRTTI(QualType Ty); |