HomeSort by relevance Sort by last modified time
    Searched defs:removeAttr (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/VMCore/
Attributes.cpp 313 AttrListPtr AttrListPtr::removeAttr(unsigned Idx, Attributes Attrs) const {
Function.cpp 125 /// removeAttr - Remove a Attribute from an argument
126 void Argument::removeAttr(Attributes attr) {
253 PAL = PAL.removeAttr(i, attr);

Completed in 125 milliseconds