Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/unittests/IR/
H A DAttributesTest.cpp43 AttributeSet SetB = SetA.removeAttributes(C, 1, ASs[1]); in TEST()
/minix/external/bsd/llvm/dist/llvm/bindings/go/llvm/
H A DIRBindings.cpp47 PAL.removeAttributes(Func->getContext(), AttributeSet::FunctionIndex, in LLVMRemoveFunctionAttr2()
/minix/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DAttributes.h282 AttributeSet removeAttributes(LLVMContext &C, unsigned Index,
436 AttrBuilder &removeAttributes(AttributeSet A, uint64_t Index);
H A DFunction.h235 void removeAttributes(unsigned i, AttributeSet attr);
/minix/external/bsd/llvm/dist/llvm/lib/Transforms/IPO/
H A DInliner.cpp105 Caller->removeAttributes(AttributeSet::FunctionIndex, OldSSPAttr); in AdjustCallerSSPLevel()
111 Caller->removeAttributes(AttributeSet::FunctionIndex, OldSSPAttr); in AdjustCallerSSPLevel()
H A DDeadArgumentElimination.cpp832 removeAttributes(AttributeFuncs:: in RemoveDeadStuffFromFunction()
886 removeAttributes(AttributeFuncs:: in RemoveDeadStuffFromFunction()
H A DFunctionAttrs.cpp284 F->removeAttributes(AttributeSet::FunctionIndex, in AddReadAttrs()
/minix/external/bsd/llvm/dist/llvm/lib/IR/
H A DFunction.cpp199 getParent()->removeAttributes(getArgNo() + 1, in removeAttr()
340 void Function::removeAttributes(unsigned i, AttributeSet attrs) { in removeAttributes() function in Function
342 PAL = PAL.removeAttributes(getContext(), i, attrs); in removeAttributes()
H A DAttributes.cpp790 return removeAttributes(C, Index, AttributeSet::get(C, Index, Attr)); in removeAttribute()
793 AttributeSet AttributeSet::removeAttributes(LLVMContext &C, unsigned Index, in removeAttributes() function in AttributeSet
825 B.removeAttributes(Attrs.pImpl->getSlotAttributes(I), Index); in removeAttributes()
1073 AttrBuilder &AttrBuilder::removeAttributes(AttributeSet A, uint64_t Index) { in removeAttributes() function in AttrBuilder
H A DCore.cpp1740 PAL.removeAttributes(Func->getContext(), AttributeSet::FunctionIndex, in LLVMRemoveFunctionAttr()
2049 .removeAttributes(Call->getContext(), index, in LLVMRemoveInstrAttribute()
H A DInstructions.cpp344 PAL = PAL.removeAttributes(Context, i, in removeAttribute()
603 PAL = PAL.removeAttributes(getContext(), i, in removeAttribute()
/minix/external/bsd/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp530 NewF->removeAttributes( in buildWrapperFunction()
537 NewF->removeAttributes( in buildWrapperFunction()
710 NewF->removeAttributes( in runOnModule()
752 NewF->removeAttributes(AttributeSet::FunctionIndex, ReadOnlyNoneAttrs); in runOnModule()
1444 CustomFn->removeAttributes(AttributeSet::FunctionIndex, in visitCallSite()
1588 NewCS.setAttributes(CS.getAttributes().removeAttributes( in visitCallSite()
H A DMemorySanitizer.cpp2331 Func->removeAttributes(AttributeSet::FunctionIndex, in visitCallSite()
2811 F.removeAttributes(AttributeSet::FunctionIndex, in runOnFunction()
/minix/external/bsd/llvm/dist/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp485 F.removeAttributes(AttributeSet::FunctionIndex, A); in removeUseSoftFloat()
/minix/external/bsd/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp68 AS = AS.removeAttributes(Context, AttributeSet::FunctionIndex, in ValidateEndOfModule()
88 AS = AS.removeAttributes(Context, AttributeSet::FunctionIndex, in ValidateEndOfModule()
99 AS = AS.removeAttributes(Context, AttributeSet::FunctionIndex, in ValidateEndOfModule()
/minix/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1528 removeAttributes(AttributeFuncs:: in transformConstExprCastCall()