Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DAttributes.h264 AttributeSet removeAttributes(LLVMContext &C, unsigned Idx,
417 AttrBuilder &removeAttributes(AttributeSet A, uint64_t Index);
DFunction.h214 void removeAttributes(unsigned i, AttributeSet attr);
/external/llvm/lib/IR/
DFunction.cpp142 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()
DAttributes.cpp711 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
DCore.cpp1404 PAL.removeAttributes(Func->getContext(), AttributeSet::FunctionIndex, in LLVMRemoveFunctionAttr()
1698 .removeAttributes(Call->getContext(), index, in LLVMRemoveInstrAttribute()
DInstructions.cpp344 PAL = PAL.removeAttributes(Context, i, in removeAttribute()
602 PAL = PAL.removeAttributes(getContext(), i, in removeAttribute()
/external/llvm/lib/Transforms/IPO/
DInliner.cpp92 Caller->removeAttributes(AttributeSet::FunctionIndex, OldSSPAttr); in AdjustCallerSSPLevel()
98 Caller->removeAttributes(AttributeSet::FunctionIndex, OldSSPAttr); in AdjustCallerSSPLevel()
DDeadArgumentElimination.cpp767 removeAttributes(AttributeFuncs:: in RemoveDeadStuffFromFunction()
848 removeAttributes(AttributeFuncs:: in RemoveDeadStuffFromFunction()
DFunctionAttrs.cpp218 F->removeAttributes(AttributeSet::FunctionIndex, in AddReadAttrs()
/external/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp1574 Func->removeAttributes(AttributeSet::FunctionIndex, in visitCallSite()
1969 F.removeAttributes(AttributeSet::FunctionIndex, in runOnFunction()
/external/llvm/lib/AsmParser/
DLLParser.cpp83 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/
DInstCombineCalls.cpp1132 removeAttributes(AttributeFuncs:: in transformConstExprCastCall()