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