Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DCloneFunction.cpp113 AttributeList OldAttrs = OldFunc->getAttributes(); in CloneFunctionInto() local
119 OldAttrs.getParamAttributes(OldArg.getArgNo()); in CloneFunctionInto()
124 AttributeList::get(NewFunc->getContext(), OldAttrs.getFnAttributes(), in CloneFunctionInto()
125 OldAttrs.getRetAttributes(), NewArgAttrs)); in CloneFunctionInto()