More thunks scaffolding.
llvm-svn: 99294
This commit is contained in:
@@ -225,6 +225,9 @@ public:
|
||||
/// for the given type.
|
||||
llvm::Constant *GetAddrOfRTTIDescriptor(QualType Ty);
|
||||
|
||||
/// GetAddrOfThunk - Get the address of the thunk for the given global decl.
|
||||
llvm::Constant *GetAddrOfThunk(GlobalDecl GD, const ThunkInfo &Thunk);
|
||||
|
||||
llvm::Constant *GetAddrOfThunk(GlobalDecl GD,
|
||||
const ThunkAdjustment &ThisAdjustment);
|
||||
llvm::Constant *GetAddrOfCovariantThunk(GlobalDecl GD,
|
||||
|
||||
Reference in New Issue
Block a user