Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1601 StringRef FPutsName = TLI->getName(LibFunc_fputs); in emitFPutS() local
1602 FunctionCallee F = M->getOrInsertFunction(FPutsName, B.getInt32Ty(), in emitFPutS()
1605 inferLibFuncAttributes(M, FPutsName, *TLI); in emitFPutS()
1606 CallInst *CI = B.CreateCall(F, {castToCStr(Str, B), File}, FPutsName); in emitFPutS()