Emit a call to the strcat function.

Synopsis

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

Value*
emitStrCat(
    Value* Dest,
    Value* Src,
    IRBuilderBase& B,
    TargetLibraryInfo const* TLI);

Return Value

The strcat call, or null if unavailable.

Parameters

Name

Description

Dest

Destination C string pointer.

Src

Source C string pointer to append.

B

IR builder used to create the call.

TLI

Target library info describing available libcalls.

Created with MrDocs