Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DAttributes.cpp1302 AttributeList::addAttributeAtIndex(LLVMContext &C, unsigned Index, in addAttributeAtIndex() function in AttributeList
1313 AttributeList AttributeList::addAttributeAtIndex(LLVMContext &C, unsigned Index, in addAttributeAtIndex() function in AttributeList
1321 AttributeList AttributeList::addAttributeAtIndex(LLVMContext &C, unsigned Index, in addAttributeAtIndex() function in AttributeList
H A DFunction.cpp546 void Function::addAttributeAtIndex(unsigned i, Attribute Attr) { in addAttributeAtIndex() function in Function