Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DForceFunctionAttrs.cpp100 auto SplitPair = It->split(','); in run() local
101 if (SplitPair.second.empty()) in run()
103 Function *Func = M.getFunction(SplitPair.first); in run()
107 auto SecondSplitPair = SplitPair.second.split('='); in run()
112 auto AttrKind = Attribute::getAttrKindFromName(SplitPair.second); in run()
120 errs() << "Cannot add " << SplitPair.second in run()