Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1874 StringRef FPutsName = TLI->getName(LibFunc_fputs); in emitFPutS() local
1878 inferNonMandatoryLibFuncAttrs(M, FPutsName, *TLI); in emitFPutS()
1879 CallInst *CI = B.CreateCall(F, {Str, File}, FPutsName); in emitFPutS()