Emit a call to putchar, assuming Char is an int.

Synopsis

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

Value*
emitPutChar(
    Value* Char,
    IRBuilderBase& B,
    TargetLibraryInfo const* TLI);

Return Value

The putchar call, or null if unavailable.

Parameters

Name

Description

Char

Character value to write (int).

B

IR builder used to create the call.

TLI

Target library info describing available libcalls.

Created with MrDocs