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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h281 removeAttributes(LLVMContext &C, const AttrBuilder &AttrsToRemove) const;
469 LLVM_NODISCARD AttributeList removeAttributes(
474 LLVM_NODISCARD AttributeList removeAttributes(LLVMContext &C,
496 return removeAttributes(C, ArgNo + FirstArgIndex, AttrsToRemove);
503 return removeAttributes(C, ArgNo + FirstArgIndex);
759 AttrBuilder &removeAttributes(AttributeList A, uint64_t WithoutIndex);
H A DFunction.h400 void removeAttributes(unsigned i, const AttrBuilder &Attrs);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp702 AttributeSet AttributeSet::removeAttributes(LLVMContext &C, function in class:AttributeSet
1335 AttributeList::removeAttributes(LLVMContext &C, unsigned Index,
1345 AttrSets[Index] = AttrSets[Index].removeAttributes(C, AttrsToRemove);
1350 AttributeList AttributeList::removeAttributes(LLVMContext &C, function in class:AttributeList
1604 AttrBuilder &AttrBuilder::removeAttributes(AttributeList A, uint64_t Index) { function in class:AttrBuilder
1878 Caller.removeAttributes(AttributeList::FunctionIndex, OldSSPAttr);
1882 Caller.removeAttributes(AttributeList::FunctionIndex, OldSSPAttr);
H A DFunction.cpp488 void Function::removeAttributes(unsigned i, const AttrBuilder &Attrs) { function in class:Function
490 PAL = PAL.removeAttributes(getContext(), i, Attrs);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp686 NewF->removeAttributes(
692 NewF->removeAttributes(AttributeList::FunctionIndex,
906 NewF->removeAttributes(
955 NewF->removeAttributes(AttributeList::FunctionIndex, ReadOnlyNoneAttrs);
1654 CustomFn->removeAttributes(AttributeList::FunctionIndex,
1813 NewCB->setAttributes(CB.getAttributes().removeAttributes(
H A DMemorySanitizer.cpp3435 Func->removeAttributes(AttributeList::FunctionIndex, B);
5109 F.removeAttributes(AttributeList::FunctionIndex, B);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp488 F.removeAttributes(AttributeList::FunctionIndex, B);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteOutArguments.cpp378 NewFunc->removeAttributes(AttributeList::ReturnIndex, RetAttrs);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp2456 AH.setAttributes(AH.getAttributes().removeAttributes(Ctx, Index, R));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp143 AS = AS.removeAttributes(Context, AttributeList::FunctionIndex);
160 AS = AS.removeAttributes(Context, AttributeList::FunctionIndex);
168 AS = AS.removeAttributes(Context, AttributeList::FunctionIndex);
176 AS = AS.removeAttributes(Context, AttributeList::FunctionIndex);

Completed in 102 milliseconds