Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h1252 llvm::AttributeList ExtraAttrs = llvm::AttributeList(),
1685 llvm::AttributeList ExtraAttrs = llvm::AttributeList(),
H A DCodeGenModule.cpp4567 bool DontDefer, bool IsThunk, llvm::AttributeList ExtraAttrs, in GetOrCreateLLVMFunction() argument
4703 if (ExtraAttrs.hasFnAttrs()) { in GetOrCreateLLVMFunction()
4704 llvm::AttrBuilder B(F->getContext(), ExtraAttrs.getFnAttrs()); in GetOrCreateLLVMFunction()
4850 llvm::AttributeList ExtraAttrs, bool Local, in CreateRuntimeFunction() argument
4853 ExtraAttrs = in CreateRuntimeFunction()
4854 ExtraAttrs.addFnAttribute(VMContext, llvm::Attribute::Convergent); in CreateRuntimeFunction()
4860 ExtraAttrs); in CreateRuntimeFunction()