Searched refs:PutS (Results 1 – 1 of 1) sorted by relevance
1827 FunctionCallee PutS = getOrInsertLibFunc(M, *TLI, LibFunc_puts, IntTy, in emitPutS() local1830 CallInst *CI = B.CreateCall(PutS, castToCStr(Str, B), PutsName); in emitPutS()1832 dyn_cast<Function>(PutS.getCallee()->stripPointerCasts())) in emitPutS()