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

/external/llvm/include/llvm/IR/
H A DArgument.h134 void removeAttr(AttributeSet AS);
136 void removeAttr(Attribute::AttrKind Kind) { function in class:llvm::Argument
137 removeAttr(AttributeSet::get(getContext(), getArgNo() + 1, Kind));
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DArgument.h134 void removeAttr(AttributeSet AS);
136 void removeAttr(Attribute::AttrKind Kind) { function in class:llvm::Argument
137 removeAttr(AttributeSet::get(getContext(), getArgNo() + 1, Kind));
/external/swiftshader/third_party/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);
/external/llvm/lib/IR/
H A DFunction.cpp201 /// removeAttr - Remove attributes from an argument.
202 void Argument::removeAttr(AttributeSet AS) { function in class:Argument

Completed in 133 milliseconds