Lines Matching refs:FunctionIndex
1784 F->addAttributes(llvm::AttributeList::FunctionIndex, B); in SetLLVMFunctionAttributesForDefinition()
1871 F->addAttributes(llvm::AttributeList::FunctionIndex, B); in SetLLVMFunctionAttributesForDefinition()
1921 F->addAttributes(llvm::AttributeList::FunctionIndex, FuncAttrs); in setLLVMFunctionFEnvAttributes()
2037 F->removeAttributes(llvm::AttributeList::FunctionIndex, RemoveAttrs); in setNonAliasAttributes()
2038 F->addAttributes(llvm::AttributeList::FunctionIndex, Attrs); in setNonAliasAttributes()
2147 F->addAttribute(llvm::AttributeList::FunctionIndex, in SetFunctionAttributes()
2154 F->addAttribute(llvm::AttributeList::FunctionIndex, in SetFunctionAttributes()
3616 if (ExtraAttrs.hasAttributes(llvm::AttributeList::FunctionIndex)) { in GetOrCreateLLVMFunction()
3617 llvm::AttrBuilder B(ExtraAttrs, llvm::AttributeList::FunctionIndex); in GetOrCreateLLVMFunction()
3618 F->addAttributes(llvm::AttributeList::FunctionIndex, B); in GetOrCreateLLVMFunction()
3764 ExtraAttrs.addAttribute(VMContext, llvm::AttributeList::FunctionIndex, in CreateRuntimeFunction()