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

Declarations

include/llvm/IR/Attributes.h
  452   LLVM_NODISCARD AttributeList removeAttributes(

References

include/llvm/IR/Attributes.h
  479     return removeAttributes(C, ArgNo + FirstArgIndex, AttrsToRemove);
lib/IR/Function.cpp
  431   PAL = PAL.removeAttributes(getContext(), i, Attrs);
lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
 1744     NewCS.setAttributes(CS.getAttributes().removeAttributes(
lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
 2396     AH.setAttributes(AH.getAttributes().removeAttributes(Ctx, Index, R));
unittests/IR/AttributesTest.cpp
   52   AttributeList SetB = SetA.removeAttributes(C, 1, ASs[1].getAttributes(1));
  133   AL2 = AL2.removeAttributes(C, 0, B_stackalign);