Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1826 StringRef PutsName = TLI->getName(LibFunc_puts); in emitPutS() local
1829 inferNonMandatoryLibFuncAttrs(M, PutsName, *TLI); in emitPutS()
1830 CallInst *CI = B.CreateCall(PutS, castToCStr(Str, B), PutsName); in emitPutS()