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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1175 StringRef FPutcName = TLI->getName(LibFunc_fputc); local
1176 FunctionCallee F = M->getOrInsertFunction(FPutcName, B.getInt32Ty(),
1179 inferLibFuncAttributes(M, FPutcName, *TLI);
1182 CallInst *CI = B.CreateCall(F, {Char, File}, FPutcName);

Completed in 163 milliseconds