Home
last modified time | relevance | path

Searched refs:removeAttributes (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DAttributes.h259 removeAttributes(LLVMContext &C, const AttrBuilder &AttrsToRemove) const;
442 LLVM_NODISCARD AttributeList removeAttributes(
447 LLVM_NODISCARD AttributeList removeAttributes(LLVMContext &C,
469 return removeAttributes(C, ArgNo + FirstArgIndex, AttrsToRemove);
476 return removeAttributes(C, ArgNo + FirstArgIndex);
727 AttrBuilder &removeAttributes(AttributeList A, uint64_t WithoutIndex);
H A DFunction.h381 void removeAttributes(unsigned i, const AttrBuilder &Attrs);
/freebsd-12.1/contrib/llvm/lib/IR/
H A DAttributes.cpp567 AttributeSet AttributeSet::removeAttributes(LLVMContext &C, in removeAttributes() function in AttributeSet
1132 AttributeList::removeAttributes(LLVMContext &C, unsigned Index, in removeAttributes() function in AttributeList
1142 AttrSets[Index] = AttrSets[Index].removeAttributes(C, AttrsToRemove); in removeAttributes()
1147 AttributeList AttributeList::removeAttributes(LLVMContext &C, in removeAttributes() function in AttributeList
1394 AttrBuilder &AttrBuilder::removeAttributes(AttributeList A, uint64_t Index) { in removeAttributes() function in AttrBuilder
1642 Caller.removeAttributes(AttributeList::FunctionIndex, OldSSPAttr); in adjustCallerSSPLevel()
1646 Caller.removeAttributes(AttributeList::FunctionIndex, OldSSPAttr); in adjustCallerSSPLevel()
H A DFunction.cpp416 void Function::removeAttributes(unsigned i, const AttrBuilder &Attrs) { in removeAttributes() function in Function
418 PAL = PAL.removeAttributes(getContext(), i, Attrs); in removeAttributes()
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp651 NewF->removeAttributes( in buildWrapperFunction()
657 NewF->removeAttributes(AttributeList::FunctionIndex, in buildWrapperFunction()
825 NewF->removeAttributes( in runOnModule()
874 NewF->removeAttributes(AttributeList::FunctionIndex, ReadOnlyNoneAttrs); in runOnModule()
1556 CustomFn->removeAttributes(AttributeList::FunctionIndex, in visitCallSite()
1715 NewCS.setAttributes(CS.getAttributes().removeAttributes( in visitCallSite()
H A DMemorySanitizer.cpp3192 Func->removeAttributes(AttributeList::FunctionIndex, B); in visitCallSite()
4489 F.removeAttributes(AttributeList::FunctionIndex, B); in sanitizeFunction()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteOutArguments.cpp378 NewFunc->removeAttributes(AttributeList::ReturnIndex, RetAttrs); in runOnFunction()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp489 F.removeAttributes(AttributeList::FunctionIndex, B); in removeUseSoftFloat()
/freebsd-12.1/contrib/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp275 NewF->removeAttributes( in createClone()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp2402 AH.setAttributes(AH.getAttributes().removeAttributes(Ctx, Index, R)); in RemoveNonValidAttrAtIndex()
/freebsd-12.1/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp137 AS = AS.removeAttributes(Context, AttributeList::FunctionIndex); in ValidateEndOfModule()
154 AS = AS.removeAttributes(Context, AttributeList::FunctionIndex); in ValidateEndOfModule()
162 AS = AS.removeAttributes(Context, AttributeList::FunctionIndex); in ValidateEndOfModule()