Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenModule.h956 void SetInternalFunctionAttributes(const Decl *D, llvm::Function *F,
DCGStmt.cpp2194 CGM.SetInternalFunctionAttributes(CD, F, FuncInfo); in GenerateCapturedStmtFunction()
DCGBlocks.cpp1158 CGM.SetInternalFunctionAttributes(blockDecl, fn, fnInfo); in GenerateBlockFunction()
DCGObjC.cpp467 CGM.SetInternalFunctionAttributes(OMD, Fn, FI); in StartObjCMethod()
DCodeGenModule.cpp833 void CodeGenModule::SetInternalFunctionAttributes(const Decl *D, in SetInternalFunctionAttributes() function in CodeGenModule