Home
last modified time | relevance | path

Searched refs:SetFunctionAttributes (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenModule.h1560 void SetFunctionAttributes(GlobalDecl GD, llvm::Function *F,
H A DCodeGenModule.cpp2283 void CodeGenModule::SetFunctionAttributes(GlobalDecl GD, llvm::Function *F, in SetFunctionAttributes() function in CodeGenModule
3969 SetFunctionAttributes(GD, F, IsIncompleteFunction, IsThunk); in GetOrCreateLLVMFunction()