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