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

Declarations

include/llvm/IR/Function.h
  383   void removeAttribute(unsigned i, StringRef Kind);

References

lib/IR/Core.cpp
 2425   unwrap<Function>(F)->removeAttribute(Idx, StringRef(K, KLen));
lib/Transforms/Utils/EntryExitInstrumenter.cpp
   88     F.removeAttribute(AttributeList::FunctionIndex, EntryAttr);
  115     F.removeAttribute(AttributeList::FunctionIndex, ExitAttr);