HomeSort by: relevance | last modified time | path
    Searched defs:removeAttributes (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/IR/
Function.cpp 581 void Function::removeAttributes(unsigned i, const AttrBuilder &Attrs) {
583 PAL = PAL.removeAttributes(getContext(), i, Attrs);
Attributes.cpp 783 AttributeSet AttributeSet::removeAttributes(LLVMContext &C,
1485 AttributeList::removeAttributes(LLVMContext &C, unsigned Index,
1488 AttributeSet NewAttrs = Attrs.removeAttributes(C, AttrsToRemove);
1495 AttributeList AttributeList::removeAttributes(LLVMContext &C,
1823 AttrBuilder &AttrBuilder::removeAttributes(AttributeList A, uint64_t Index) {
2179 Caller.removeAttributes(AttributeList::FunctionIndex, OldSSPAttr);
2183 Caller.removeAttributes(AttributeList::FunctionIndex, OldSSPAttr);

Completed in 28 milliseconds