| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | Attributes.h | 259 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 D | Function.h | 381 void removeAttributes(unsigned i, const AttrBuilder &Attrs);
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | Attributes.cpp | 567 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 D | Function.cpp | 416 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 D | DataFlowSanitizer.cpp | 651 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 D | MemorySanitizer.cpp | 3192 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 D | AMDGPURewriteOutArguments.cpp | 378 NewFunc->removeAttributes(AttributeList::ReturnIndex, RetAttrs); in runOnFunction()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | Mips16HardFloat.cpp | 489 F.removeAttributes(AttributeList::FunctionIndex, B); in removeUseSoftFloat()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroSplit.cpp | 275 NewF->removeAttributes( in createClone()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | RewriteStatepointsForGC.cpp | 2402 AH.setAttributes(AH.getAttributes().removeAttributes(Ctx, Index, R)); in RemoveNonValidAttrAtIndex()
|
| /freebsd-12.1/contrib/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 137 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()
|