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

Declarations

include/llvm/IR/Function.h
  386   void removeAttributes(unsigned i, const AttrBuilder &Attrs);

References

lib/IR/Attributes.cpp
 1764     Caller.removeAttributes(AttributeList::FunctionIndex, OldSSPAttr);
 1768     Caller.removeAttributes(AttributeList::FunctionIndex, OldSSPAttr);
lib/Target/AMDGPU/AMDGPURewriteOutArguments.cpp
  377   NewFunc->removeAttributes(AttributeList::ReturnIndex, RetAttrs);
lib/Target/Mips/Mips16HardFloat.cpp
  488   F.removeAttributes(AttributeList::FunctionIndex, B);
lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
  653   NewF->removeAttributes(
  659     NewF->removeAttributes(AttributeList::FunctionIndex,
  843         NewF->removeAttributes(
  892         NewF->removeAttributes(AttributeList::FunctionIndex, ReadOnlyNoneAttrs);
 1584             CustomFn->removeAttributes(AttributeList::FunctionIndex,
lib/Transforms/Instrumentation/MemorySanitizer.cpp
 3285         Func->removeAttributes(AttributeList::FunctionIndex, B);
 4605   F.removeAttributes(AttributeList::FunctionIndex, B);