Searched refs:SetInternalFunctionAttributes (Results 1 – 5 of 5) sorted by relevance
951 void SetInternalFunctionAttributes(const Decl *D, llvm::Function *F,
2189 CGM.SetInternalFunctionAttributes(CD, F, FuncInfo); in GenerateCapturedStmtFunction()
1155 CGM.SetInternalFunctionAttributes(blockDecl, fn, fnInfo); in GenerateBlockFunction()
470 CGM.SetInternalFunctionAttributes(OMD, Fn, FI); in StartObjCMethod()
829 void CodeGenModule::SetInternalFunctionAttributes(const Decl *D, in SetInternalFunctionAttributes() function in CodeGenModule