Lines Matching defs:GD
753 void CodeGenFunction::StartFunction(GlobalDecl GD, QualType RetTy,
762 const Decl *D = GD.getDecl();
768 CurSEHParent = GD;
1115 DI->emitFunctionStart(GD, Loc, StartLoc,
1379 QualType CodeGenFunction::BuildFunctionArgList(GlobalDecl GD,
1381 const FunctionDecl *FD = cast<FunctionDecl>(GD.getDecl());
1386 if (CGM.getCXXABI().HasThisReturn(GD))
1388 else if (CGM.getCXXABI().hasMostDerivedReturn(GD))
1400 getTypes().inheritingCtorHasParams(Inherited, GD.getCtorType());
1422 void CodeGenFunction::GenerateCode(GlobalDecl GD, llvm::Function *Fn,
1425 const FunctionDecl *FD = cast<FunctionDecl>(GD.getDecl());
1426 CurGD = GD;
1429 QualType ResTy = BuildFunctionArgList(GD, Args);
1513 StartFunction(GD, ResTy, Fn, FnInfo, Args, Loc, BodyRange.getBegin());
1527 PGO.assignRegionCounters(GD, CurFn);