Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DForceFunctionAttrs.cpp104 auto SplitPair = It->split(','); in run() local
105 if (SplitPair.second.empty()) in run()
107 Function *Func = M.getFunction(SplitPair.first); in run()
111 auto SecondSplitPair = SplitPair.second.split('='); in run()
116 auto AttrKind = Attribute::getAttrKindFromName(SplitPair.second); in run()
124 errs() << "Cannot add " << SplitPair.second in run()