Home
last modified time | relevance | path

Searched refs:PutS (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1837 FunctionCallee PutS = getOrInsertLibFunc(M, *TLI, LibFunc_puts, IntTy, in emitPutS() local
1840 CallInst *CI = B.CreateCall(PutS, Str, PutsName); in emitPutS()
1842 dyn_cast<Function>(PutS.getCallee()->stripPointerCasts())) in emitPutS()