Searched defs:removeAttr (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/VMCore/
H A DAttributes.cpp310 AttrListPtr AttrListPtr::removeAttr(unsigned Idx, Attributes Attrs) const { function in class:AttrListPtr
H A DFunction.cpp124 /// removeAttr - Remove a Attribute from an argument
125 void Argument::removeAttr(Attributes attr) { function in class:Argument
252 PAL = PAL.removeAttr(i, attr);

Completed in 904 milliseconds