Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1827 FunctionCallee PutS = getOrInsertLibFunc(M, *TLI, LibFunc_puts, IntTy, in emitPutS() local
1830 CallInst *CI = B.CreateCall(PutS, castToCStr(Str, B), PutsName); in emitPutS()
1832 dyn_cast<Function>(PutS.getCallee()->stripPointerCasts())) in emitPutS()