Lines Matching refs:GlobalDecl
35 llvm::Constant *CodeGenModule::GetAddrOfThunk(GlobalDecl GD,
60 GlobalDecl GD) {
146 GlobalDecl GD, const ThunkInfo &Thunk) {
210 void CodeGenFunction::StartThunk(llvm::Function *Fn, GlobalDecl GD,
237 StartFunction(GlobalDecl(), ResultType, Fn, FnInfo, FunctionArgs,
240 // Since we didn't pass a GlobalDecl to StartFunction, do this ourselves.
401 GlobalDecl GD, const ThunkInfo &Thunk) {
413 void CodeGenVTables::emitThunk(GlobalDecl GD, const ThunkInfo &Thunk,
488 void CodeGenVTables::maybeEmitThunkForVTable(GlobalDecl GD,
507 void CodeGenVTables::EmitThunks(GlobalDecl GD)
568 GlobalDecl GD;
578 GD = GlobalDecl(Component.getDestructorDecl(), Dtor_Complete);
581 GD = GlobalDecl(Component.getDestructorDecl(), Dtor_Deleting);