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
LLVM Value Representation
Parameters
Name |
Description |
Dest |
LLVM Value Representation |
Src |
LLVM Value Representation |
B |
Common base class shared among various IRBuilders. |
TLI |
Provides information about what library functions are available for the current target. |
Created with MrDocs