Searched refs:SetLLVMFunctionAttributes (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CodeGenModule.h | 1166 void SetLLVMFunctionAttributes(GlobalDecl GD, const CGFunctionInfo &Info,
|
H A D | CGVTables.cpp | 535 CGM.SetLLVMFunctionAttributes(MD, FnInfo, ThunkFn, /*IsThunk=*/false); in maybeEmitThunk()
|
H A D | CGNonTrivialStruct.cpp | 473 CGM.SetLLVMFunctionAttributes(GlobalDecl(), FI, F, /*IsThunk=*/false); in getFunction()
|
H A D | CodeGenModule.cpp | 1480 void CodeGenModule::SetLLVMFunctionAttributes(GlobalDecl GD, in SetLLVMFunctionAttributes() function in CodeGenModule 2025 SetLLVMFunctionAttributes(GD, FI, F, /*IsThunk=*/false); in SetInternalFunctionAttributes() 2079 SetLLVMFunctionAttributes(GD, getTypes().arrangeGlobalDeclaration(GD), F, in SetFunctionAttributes()
|
H A D | ItaniumCXXABI.cpp | 2814 CGM.SetLLVMFunctionAttributes(GlobalDecl(), FI, Wrapper, /*IsThunk=*/false); in getOrCreateThreadLocalWrapper() 2947 CGM.SetLLVMFunctionAttributes( in EmitThreadLocalInitFuncs()
|
H A D | CGBlocks.cpp | 1905 CGM.SetLLVMFunctionAttributes(GlobalDecl(), FI, Fn, /*IsThunk=*/false); in setBlockHelperAttributesVisibility()
|
H A D | CGObjC.cpp | 763 CGM.SetLLVMFunctionAttributes(OMD, FI, Fn, /*IsThunk=*/false); in StartObjCMethod()
|
H A D | MicrosoftCXXABI.cpp | 2054 CGM.SetLLVMFunctionAttributes(MD, FnInfo, ThunkFn, /*IsThunk=*/false); in EmitVirtualMemPtrThunk()
|
H A D | CGExpr.cpp | 3398 CGM.SetLLVMFunctionAttributes(GlobalDecl(), FI, F, /*IsThunk=*/false); in EmitCfiCheckFail()
|
H A D | CGBuiltin.cpp | 1695 CGM.SetLLVMFunctionAttributes(GlobalDecl(), FI, Fn, /*IsThunk=*/false); in generateBuiltinOSLogHelperFunction()
|