llvm::emitPutS

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

Synopsis

Declared in <llvm/Transforms/Utils/BuildLibCalls.h>

Value*
emitPutS(
    Value* Str,
    IRBuilderBase& B,
    TargetLibraryInfo const* TLI);

Return Value

LLVM Value Representation

Parameters

NameDescription
StrLLVM Value Representation
BCommon base class shared among various IRBuilders.
TLIProvides information about what library functions are available for the current target.