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

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

Completed in 107 milliseconds