ΒΆllvm::Value* emitStrCpy(
    llvm::Value* Dst,
    llvm::Value* Src,
    llvm::IRBuilderBase& B,
    const llvm::TargetLibraryInfo* TLI)

Description

Emit a call to the strcpy function to the builder, for the specified pointer arguments.

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

Parameters

llvm::Value* Dst
llvm::Value* Src
llvm::IRBuilderBase& B
const llvm::TargetLibraryInfo* TLI