Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1864 StringRef FPutsName = TLI->getName(LibFunc_fputs); in emitFPutS() local
1868 inferNonMandatoryLibFuncAttrs(M, FPutsName, *TLI); in emitFPutS()
1869 CallInst *CI = B.CreateCall(F, {castToCStr(Str, B), File}, FPutsName); in emitFPutS()