|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/IR/Attributes.h 442 LLVM_NODISCARD AttributeList removeAttribute(LLVMContext &C, unsigned Index,
References
include/llvm/IR/Attributes.h 464 return removeAttribute(C, ArgNo + FirstArgIndex, Kind);
include/llvm/IR/InstrTypes.h 1420 PAL = PAL.removeAttribute(getContext(), i, Kind);
include/llvm/Transforms/IPO/Attributor.h 465 AttrList = AttrList.removeAttribute(Ctx, getAttrIdx(), AK);
lib/IR/Function.cpp 419 PAL = PAL.removeAttribute(getContext(), i, Kind);
lib/Linker/IRMover.cpp 644 Attrs = Attrs.removeAttribute(C, i, Attribute::ByVal);
lib/Transforms/IPO/Attributor.cpp 278 Attrs = Attrs.removeAttribute(Ctx, AttrIdx, Kind);
lib/Transforms/IPO/GlobalOpt.cpp 2116 return Attrs.removeAttribute(C, AttrIndex, A);
lib/Transforms/Utils/BuildLibCalls.cpp 1055 CI->setAttributes(Attrs.removeAttribute(B.getContext(),
1097 CI->setAttributes(Attrs.removeAttribute(B.getContext(),
lib/Transforms/Utils/ValueMapper.cpp 908 Attrs = Attrs.removeAttribute(C, i, Attribute::ByVal);
unittests/IR/AttributesTest.cpp 116 AL = AL.removeAttribute(C, 0, Attribute::StackAlignment);