Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.h1111 llvm::AttributeList ExtraAttrs = llvm::AttributeList(),
1472 llvm::AttributeList ExtraAttrs = llvm::AttributeList(),
H A DCodeGenModule.cpp3466 bool DontDefer, bool IsThunk, llvm::AttributeList ExtraAttrs, in GetOrCreateLLVMFunction() argument
3586 if (ExtraAttrs.hasAttributes(llvm::AttributeList::FunctionIndex)) { in GetOrCreateLLVMFunction()
3587 llvm::AttrBuilder B(ExtraAttrs, llvm::AttributeList::FunctionIndex); in GetOrCreateLLVMFunction()
3730 llvm::AttributeList ExtraAttrs, bool Local, in CreateRuntimeFunction() argument
3733 ExtraAttrs = in CreateRuntimeFunction()
3734 ExtraAttrs.addAttribute(VMContext, llvm::AttributeList::FunctionIndex, in CreateRuntimeFunction()
3741 ExtraAttrs); in CreateRuntimeFunction()