Searched refs:FPutsName (Results 1 – 1 of 1) sorted by relevance
1601 StringRef FPutsName = TLI->getName(LibFunc_fputs); in emitFPutS() local1602 FunctionCallee F = M->getOrInsertFunction(FPutsName, B.getInt32Ty(), in emitFPutS()1605 inferLibFuncAttributes(M, FPutsName, *TLI); in emitFPutS()1606 CallInst *CI = B.CreateCall(F, {castToCStr(Str, B), File}, FPutsName); in emitFPutS()