Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1788 StringRef PutsName = TLI->getName(LibFunc_puts); in emitPutS() local
1791 inferNonMandatoryLibFuncAttrs(M, PutsName, *TLI); in emitPutS()
1792 CallInst *CI = B.CreateCall(PutS, castToCStr(Str, B), PutsName); in emitPutS()