Searched refs:FPutcName (Results 1 – 1 of 1) sorted by relevance
1844 StringRef FPutcName = TLI->getName(LibFunc_fputc); in emitFPutC() local1848 inferNonMandatoryLibFuncAttrs(M, FPutcName, *TLI); in emitFPutC()1849 CallInst *CI = B.CreateCall(F, {Char, File}, FPutcName); in emitFPutC()