Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1580 StringRef FPutcName = TLI->getName(LibFunc_fputc); in emitFPutC() local
1581 FunctionCallee F = M->getOrInsertFunction(FPutcName, B.getInt32Ty(), in emitFPutC()
1584 inferLibFuncAttributes(M, FPutcName, *TLI); in emitFPutC()
1587 CallInst *CI = B.CreateCall(F, {Char, File}, FPutcName); in emitFPutC()