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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1201 StringRef FPutsName = TLI->getName(LibFunc_fputs); local
1202 FunctionCallee F = M->getOrInsertFunction(FPutsName, B.getInt32Ty(),
1205 inferLibFuncAttributes(M, FPutsName, *TLI);
1206 CallInst *CI = B.CreateCall(F, {castToCStr(Str, B), File}, FPutsName);

Completed in 85 milliseconds