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

Description

Emit a call to the strncpy function to the builder, for the specified pointer arguments and length.

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

Parameters

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