ΒΆllvm::Value* emitFPutS(
llvm::Value* Str,
llvm::Value* File,
llvm::IRBuilderBase& B,
const llvm::TargetLibraryInfo* TLI)
llvm::Value* emitFPutS(
llvm::Value* Str,
llvm::Value* File,
llvm::IRBuilderBase& B,
const llvm::TargetLibraryInfo* TLI)
Description
Emit a call to the fputs function. Str is required to be a pointer and File is a pointer to FILE.
Declared at: llvm/include/llvm/Transforms/Utils/BuildLibCalls.h:236
Parameters
- llvm::Value* Str
- llvm::Value* File
- llvm::IRBuilderBase& B
- const llvm::TargetLibraryInfo* TLI