Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1854 StringRef FPutcName = TLI->getName(LibFunc_fputc); in emitFPutC() local
1858 inferNonMandatoryLibFuncAttrs(M, FPutcName, *TLI); in emitFPutC()
1859 CallInst *CI = B.CreateCall(F, {Char, File}, FPutcName); in emitFPutC()