Lines Matching full:getcontext
443 PresumedLoc PLoc = CGF.getContext().getSourceManager().getPresumedLoc(Loc);
939 auto &C = CGF.getContext();
1049 !CGM.getContext().getTargetInfo().isTLSSupported());
1060 CGM.getContext().getTargetInfo().isTLSSupported())
1096 CGM.getContext().getTargetInfo().isTLSSupported())
1099 VD = VD->getDefinition(CGM.getContext());
1111 ImplicitParamDecl Dst(CGM.getContext(), /*DC=*/nullptr, SourceLocation(),
1112 /*Id=*/nullptr, CGM.getContext().VoidPtrTy);
1116 CGM.getContext().VoidPtrTy, Args, FunctionType::ExtInfo(),
1121 CtorCGF.StartFunction(GlobalDecl(), CGM.getContext().VoidPtrTy, Fn, FI,
1125 CGM.getContext().VoidPtrTy, Dst.getLocation());
1133 CGM.getContext().VoidPtrTy, Dst.getLocation());
1143 ImplicitParamDecl Dst(CGM.getContext(), /*DC=*/nullptr, SourceLocation(),
1144 /*Id=*/nullptr, CGM.getContext().VoidPtrTy);
1148 CGM.getContext().VoidTy, Args, FunctionType::ExtInfo(),
1153 DtorCGF.StartFunction(GlobalDecl(), CGM.getContext().VoidTy, Fn, FI, Args,
1157 /*Volatile=*/false, CGM.getContext().VoidPtrTy, Dst.getLocation());
1194 InitCGF.StartFunction(GlobalDecl(), CGM.getContext().VoidTy, InitFunction,
1334 CGF.getContext().getIntTypeForBitwidth(/*DestWidth*/ 32, /*Signed*/ true);
1421 CGF.getContext().getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/true),
1422 CGF.getContext().BoolTy, Loc);
1501 Address Addr = Address(Ptr, CGF.getContext().getDeclAlign(Var));
1511 auto &C = CGM.getContext();
1568 auto &C = CGM.getContext();
1897 Call, CGF.getContext().getIntTypeForBitwidth(32, /* Signed */ true),
1898 CGF.getContext().BoolTy, Loc);
1975 auto &C = CGM.getContext();
2011 auto &C = CGM.getContext();
2038 auto &C = CGM.getContext();
2058 auto &C = CGM.getContext();
2088 auto &C = CGM.getContext();
2155 auto &C = CGM.getContext();
2211 auto &C = CGM.getContext();
2291 auto &C = CGM.getContext();
2690 CharUnits ElementSize = CGF.getContext().getTypeSizeInChars(ElementTy);
2736 auto &C = CGM.getContext();
2790 CGF.getContext().getAsVariableArrayType(PrivTy)->getSizeExpr()),
2861 auto &C = CGM.getContext();
2914 CGF.getVLASize(CGF.getContext().getAsVariableArrayType(
3277 auto &Ctx = CGF.getContext();
3424 llvm::ConstantDataArray::get(CGF.Builder.getContext(), MapTypes);