ΒΆllvm::Value* emitFGetSUnlocked(
    llvm::Value* Str,
    llvm::Value* Size,
    llvm::Value* File,
    IRBuilder<>& B,
    const llvm::TargetLibraryInfo* TLI)

Description

Emit a call to the fgets_unlocked function. Str is required to be a pointer, Size is an i32 and File is a pointer to FILE.

Declared at: llvm/include/llvm/Transforms/Utils/BuildLibCalls.h:229

Parameters

llvm::Value* Str
llvm::Value* Size
llvm::Value* File
IRBuilder<>& B
const llvm::TargetLibraryInfo* TLI