Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1836 StringRef PutsName = TLI->getName(LibFunc_puts); in emitPutS() local
1839 inferNonMandatoryLibFuncAttrs(M, PutsName, *TLI); in emitPutS()
1840 CallInst *CI = B.CreateCall(PutS, Str, PutsName); in emitPutS()