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