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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1235 StringRef FPutsUnlockedName = TLI->getName(LibFunc_fputs_unlocked); local
1236 FunctionCallee F = M->getOrInsertFunction(FPutsUnlockedName, B.getInt32Ty(),
1239 inferLibFuncAttributes(M, FPutsUnlockedName, *TLI);
1240 CallInst *CI = B.CreateCall(F, {castToCStr(Str, B), File}, FPutsUnlockedName);

Completed in 45 milliseconds