ΒΆllvm::Value* emitFWrite(
    llvm::Value* Ptr,
    llvm::Value* Size,
    llvm::Value* File,
    llvm::IRBuilderBase& B,
    const llvm::DataLayout& DL,
    const llvm::TargetLibraryInfo* TLI)

Description

Emit a call to the fwrite function. This assumes that Ptr is a pointer, Size is an 'intptr_t', and File is a pointer to FILE.

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

Parameters

llvm::Value* Ptr
llvm::Value* Size
llvm::Value* File
llvm::IRBuilderBase& B
const llvm::DataLayout& DL
const llvm::TargetLibraryInfo* TLI