llvm::Argument::Argument

Argument constructor.

Synopsis

Declared in <llvm/IR/Argument.h>

explicit
Argument(
    Type* Ty,
    Twine const& Name = "",
    Function* F = nullptr,
    unsigned int ArgNo = 0);

Parameters

NameDescription
TyThe object to construct from
NameTwine - A lightweight data structure for efficiently representing the concatenation of temporary values as strings.