Searched refs:FPutsName (Results 1 – 1 of 1) sorted by relevance
1864 StringRef FPutsName = TLI->getName(LibFunc_fputs); in emitFPutS() local1868 inferNonMandatoryLibFuncAttrs(M, FPutsName, *TLI); in emitFPutS()1869 CallInst *CI = B.CreateCall(F, {castToCStr(Str, B), File}, FPutsName); in emitFPutS()