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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1342 StringRef FGetCUnlockedName = TLI->getName(LibFunc_fgetc_unlocked); local
1343 FunctionCallee F = M->getOrInsertFunction(FGetCUnlockedName, B.getInt32Ty(),
1346 inferLibFuncAttributes(M, FGetCUnlockedName, *TLI);
1347 CallInst *CI = B.CreateCall(F, File, FGetCUnlockedName);

Completed in 100 milliseconds