Home
last modified time | relevance | path

Searched refs:SetInternalFunctionAttributes (Results 1 – 5 of 5) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.h951 void SetInternalFunctionAttributes(const Decl *D, llvm::Function *F,
H A DCGStmt.cpp2189 CGM.SetInternalFunctionAttributes(CD, F, FuncInfo); in GenerateCapturedStmtFunction()
H A DCGBlocks.cpp1155 CGM.SetInternalFunctionAttributes(blockDecl, fn, fnInfo); in GenerateBlockFunction()
H A DCGObjC.cpp470 CGM.SetInternalFunctionAttributes(OMD, Fn, FI); in StartObjCMethod()
H A DCodeGenModule.cpp829 void CodeGenModule::SetInternalFunctionAttributes(const Decl *D, in SetInternalFunctionAttributes() function in CodeGenModule