Searched refs:PutsName (Results 1 – 1 of 1) sorted by relevance
1836 StringRef PutsName = TLI->getName(LibFunc_puts); in emitPutS() local1839 inferNonMandatoryLibFuncAttrs(M, PutsName, *TLI); in emitPutS()1840 CallInst *CI = B.CreateCall(PutS, Str, PutsName); in emitPutS()