Home
last modified time | relevance | path

Searched defs:addAttributeAtIndex (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp1331 AttributeList::addAttributeAtIndex(LLVMContext &C, unsigned Index, addAttributeAtIndex() function in AttributeList
1342 AttributeList AttributeList::addAttributeAtIndex(LLVMContext &C, unsigned Index, addAttributeAtIndex() function in AttributeList
1350 AttributeList AttributeList::addAttributeAtIndex(LLVMContext &C, unsigned Index, addAttributeAtIndex() function in AttributeList
H A DFunction.cpp572 void Function::addAttributeAtIndex(unsigned i, Attribute Attr) { addAttributeAtIndex() function in Function