Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1563 StringRef PutsName = TLI->getName(LibFunc_puts); in emitPutS() local
1565 M->getOrInsertFunction(PutsName, B.getInt32Ty(), B.getInt8PtrTy()); in emitPutS()
1566 inferLibFuncAttributes(M, PutsName, *TLI); in emitPutS()
1567 CallInst *CI = B.CreateCall(PutS, castToCStr(Str, B), PutsName); in emitPutS()