ΒΆllvm::Value* emitFPutS(
llvm::Value* Str,
llvm::Value* File,
IRBuilder<>& B,
const llvm::TargetLibraryInfo* TLI)
llvm::Value* emitFPutS(
llvm::Value* Str,
llvm::Value* File,
IRBuilder<>& 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:196
Parameters
- llvm::Value* Str
- llvm::Value* File
- IRBuilder<>& B
- const llvm::TargetLibraryInfo* TLI