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