Searched refs:removeAttributes (Results 1 – 12 of 12) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | Attributes.h | 264 AttributeSet removeAttributes(LLVMContext &C, unsigned Idx, 417 AttrBuilder &removeAttributes(AttributeSet A, uint64_t Index);
|
D | Function.h | 214 void removeAttributes(unsigned i, AttributeSet attr);
|
/external/llvm/lib/IR/ |
D | Function.cpp | 142 getParent()->removeAttributes(getArgNo() + 1, in removeAttr() 277 void Function::removeAttributes(unsigned i, AttributeSet attrs) { in removeAttributes() function in Function 279 PAL = PAL.removeAttributes(getContext(), i, attrs); in removeAttributes()
|
D | Attributes.cpp | 711 return removeAttributes(C, Idx, AttributeSet::get(C, Idx, Attr)); in removeAttribute() 714 AttributeSet AttributeSet::removeAttributes(LLVMContext &C, unsigned Idx, in removeAttributes() function in AttributeSet 746 B.removeAttributes(Attrs.pImpl->getSlotAttributes(I), Idx); in removeAttributes() 984 AttrBuilder &AttrBuilder::removeAttributes(AttributeSet A, uint64_t Index) { in removeAttributes() function in AttrBuilder
|
D | Core.cpp | 1404 PAL.removeAttributes(Func->getContext(), AttributeSet::FunctionIndex, in LLVMRemoveFunctionAttr() 1698 .removeAttributes(Call->getContext(), index, in LLVMRemoveInstrAttribute()
|
D | Instructions.cpp | 344 PAL = PAL.removeAttributes(Context, i, in removeAttribute() 602 PAL = PAL.removeAttributes(getContext(), i, in removeAttribute()
|
/external/llvm/lib/Transforms/IPO/ |
D | Inliner.cpp | 92 Caller->removeAttributes(AttributeSet::FunctionIndex, OldSSPAttr); in AdjustCallerSSPLevel() 98 Caller->removeAttributes(AttributeSet::FunctionIndex, OldSSPAttr); in AdjustCallerSSPLevel()
|
D | DeadArgumentElimination.cpp | 767 removeAttributes(AttributeFuncs:: in RemoveDeadStuffFromFunction() 848 removeAttributes(AttributeFuncs:: in RemoveDeadStuffFromFunction()
|
D | FunctionAttrs.cpp | 218 F->removeAttributes(AttributeSet::FunctionIndex, in AddReadAttrs()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | MemorySanitizer.cpp | 1574 Func->removeAttributes(AttributeSet::FunctionIndex, in visitCallSite() 1969 F.removeAttributes(AttributeSet::FunctionIndex, in runOnFunction()
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 83 AS = AS.removeAttributes(Context, AttributeSet::FunctionIndex, in ValidateEndOfModule() 103 AS = AS.removeAttributes(Context, AttributeSet::FunctionIndex, in ValidateEndOfModule() 114 AS = AS.removeAttributes(Context, AttributeSet::FunctionIndex, in ValidateEndOfModule()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 1132 removeAttributes(AttributeFuncs:: in transformConstExprCastCall()
|