reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/IR/Argument.h
  122   void removeAttr(Attribute::AttrKind Kind);

References

lib/Transforms/IPO/FunctionAttrs.cpp
  675   A->removeAttr(Attribute::WriteOnly);
  676   A->removeAttr(Attribute::ReadOnly);
  677   A->removeAttr(Attribute::ReadNone);
tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptx86ABIFixups.cpp
  256         arg.removeAttr(llvm::Attribute::ByVal);