Searched refs:SetFunctionAttributes (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CodeGenModule.h | 1164 void SetFunctionAttributes(GlobalDecl GD, llvm::Function *F,
|
D | CodeGenModule.cpp | 1031 void CodeGenModule::SetFunctionAttributes(GlobalDecl GD, llvm::Function *F, in SetFunctionAttributes() function in CodeGenModule 1915 SetFunctionAttributes(GD, F, IsIncompleteFunction, IsThunk); in GetOrCreateLLVMFunction()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CodeGenModule.h | 1442 void SetFunctionAttributes(GlobalDecl GD, llvm::Function *F,
|
D | CodeGenModule.cpp | 1972 void CodeGenModule::SetFunctionAttributes(GlobalDecl GD, llvm::Function *F, in SetFunctionAttributes() function in CodeGenModule 3437 SetFunctionAttributes(GD, F, IsIncompleteFunction, IsThunk); in GetOrCreateLLVMFunction()
|