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

Description

Emit a call to the puts function. This assumes that Str is some pointer.

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

Parameters

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