Searched refs:removeAttributes (Results 1 - 15 of 15) sorted by relevance

/freebsd-11.0-release/contrib/llvm/include/llvm/IR/
H A DAttributes.h250 AttributeSet removeAttributes(LLVMContext &C, unsigned Index,
256 AttributeSet removeAttributes(LLVMContext &C, unsigned Index,
431 AttrBuilder &removeAttributes(AttributeSet A, uint64_t Index);
H A DFunction.h238 void removeAttributes(unsigned i, AttributeSet attr);
/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DAttributes.cpp865 return removeAttributes(C, Index, AttributeSet::get(C, Index, Attr));
868 AttributeSet AttributeSet::removeAttributes(LLVMContext &C, unsigned Index, function in class:AttributeSet
898 B.removeAttributes(Attrs.pImpl->getSlotAttributes(I), Index);
911 AttributeSet AttributeSet::removeAttributes(LLVMContext &C, unsigned Index, function in class:AttributeSet
1208 AttrBuilder &AttrBuilder::removeAttributes(AttributeSet A, uint64_t Index) { function in class:AttrBuilder
1482 Caller.removeAttributes(AttributeSet::FunctionIndex, OldSSPAttr);
1486 Caller.removeAttributes(AttributeSet::FunctionIndex, OldSSPAttr);
1491 Caller.removeAttributes(AttributeSet::FunctionIndex, OldSSPAttr);
H A DFunction.cpp206 getParent()->removeAttributes(getArgNo() + 1,
351 void Function::removeAttributes(unsigned i, AttributeSet attrs) { function in class:Function
353 PAL = PAL.removeAttributes(getContext(), i, attrs);
H A DCore.cpp1764 PAL.removeAttributes(Func->getContext(), AttributeSet::FunctionIndex,
2073 .removeAttributes(Call->getContext(), index,
H A DInstructions.cpp331 PAL = PAL.removeAttributes(Context, i,
649 PAL = PAL.removeAttributes(getContext(), i,
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp541 NewF->removeAttributes(
548 NewF->removeAttributes(
719 NewF->removeAttributes(
761 NewF->removeAttributes(AttributeSet::FunctionIndex, ReadOnlyNoneAttrs);
1459 CustomFn->removeAttributes(AttributeSet::FunctionIndex,
1605 NewCS.setAttributes(CS.getAttributes().removeAttributes(
H A DSafeStack.cpp691 F.removeAttributes(
H A DMemorySanitizer.cpp2448 Func->removeAttributes(AttributeSet::FunctionIndex,
3315 F.removeAttributes(AttributeSet::FunctionIndex,
/freebsd-11.0-release/contrib/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp507 F.removeAttributes(AttributeSet::FunctionIndex, A);
/freebsd-11.0-release/contrib/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp857 RAttrs = RAttrs.removeAttributes(NRetTy->getContext(),
906 RAttrs = RAttrs.removeAttributes(NRetTy->getContext(),
H A DFunctionAttrs.cpp239 F->removeAttributes(
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp881 OriginalAttrs = OriginalAttrs.removeAttributes(
H A DRewriteStatepointsForGC.cpp2500 AH.setAttributes(AH.getAttributes().removeAttributes(
/freebsd-11.0-release/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp99 AS = AS.removeAttributes(Context, AttributeSet::FunctionIndex,
119 AS = AS.removeAttributes(Context, AttributeSet::FunctionIndex,
130 AS = AS.removeAttributes(Context, AttributeSet::FunctionIndex,

Completed in 317 milliseconds