Lines Matching refs:GlobalDecl
1302 GlobalDecl(), blockInfo, LocalDeclMap, in GetAddrOfGlobalBlock()
1442 CodeGenFunction::GenerateBlockFunction(GlobalDecl GD, in GenerateBlockFunction()
1566 PGO.assignRegionCounters(GlobalDecl(blockDecl), fn); in GenerateBlockFunction()
1901 CGM.SetInternalFunctionAttributes(GlobalDecl(), Fn, FI); in setBlockHelperAttributesVisibility()
1905 CGM.SetLLVMFunctionAttributes(GlobalDecl(), FI, Fn, /*IsThunk=*/false); in setBlockHelperAttributesVisibility()
1957 StartFunction(GlobalDecl(), ReturnTy, Fn, FI, args); in GenerateCopyHelperFunction()
2143 StartFunction(GlobalDecl(), ReturnTy, Fn, FI, args); in GenerateDestroyHelperFunction()
2385 CGF.CGM.SetInternalFunctionAttributes(GlobalDecl(), Fn, FI); in generateByrefCopyHelper()
2387 CGF.StartFunction(GlobalDecl(), ReturnTy, Fn, FI, args); in generateByrefCopyHelper()
2454 CGF.CGM.SetInternalFunctionAttributes(GlobalDecl(), Fn, FI); in generateByrefDisposeHelper()
2456 CGF.StartFunction(GlobalDecl(), R, Fn, FI, args); in generateByrefDisposeHelper()