diff options
author | Anders Carlsson <andersca@mac.com> | 2010-03-24 00:57:54 +0000 |
---|---|---|
committer | Anders Carlsson <andersca@mac.com> | 2010-03-24 00:57:54 +0000 |
commit | 95e0223baf8d77226029155cb5e88f90aa8ed85b (patch) | |
tree | 351c025103ac5c73e281252a96c596b9201f9c37 /clang/lib/CodeGen/CodeGenModule.h | |
parent | 9b1f60adecbca5a21ec2de8968793d23e2007f74 (diff) | |
download | bcm5719-llvm-95e0223baf8d77226029155cb5e88f90aa8ed85b.tar.gz bcm5719-llvm-95e0223baf8d77226029155cb5e88f90aa8ed85b.zip |
Remove old thunks code.
llvm-svn: 99374
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.h')
-rw-r--r-- | clang/lib/CodeGen/CodeGenModule.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.h b/clang/lib/CodeGen/CodeGenModule.h index a8170c17db4..5946a6fd945 100644 --- a/clang/lib/CodeGen/CodeGenModule.h +++ b/clang/lib/CodeGen/CodeGenModule.h @@ -232,21 +232,10 @@ public: const ThunkAdjustment &ThisAdjustment); llvm::Constant *GetAddrOfCovariantThunk(GlobalDecl GD, const CovariantThunkAdjustment &ThisAdjustment); - void BuildThunksForVirtual(GlobalDecl GD); - void BuildThunksForVirtualRecursive(GlobalDecl GD, GlobalDecl BaseOGD); /// GetWeakRefReference - Get a reference to the target of VD. llvm::Constant *GetWeakRefReference(const ValueDecl *VD); - /// BuildThunk - Build a thunk for the given method. - llvm::Constant *BuildThunk(GlobalDecl GD, bool Extern, - const ThunkAdjustment &ThisAdjustment); - - /// BuildCoVariantThunk - Build a thunk for the given method - llvm::Constant * - BuildCovariantThunk(const GlobalDecl &GD, bool Extern, - const CovariantThunkAdjustment &Adjustment); - /// GetNonVirtualBaseClassOffset - Returns the offset from a derived class to /// its base class. Returns null if the offset is 0. llvm::Constant * |