llvm::DebugVariable::DebugVariable

Constructors

Synopses

Declared in <llvm/IR/DebugInfoMetadata.h>

Construct from DbgVariableRecord

DebugVariable(DbgVariableRecord const* DVR);
» more...

Constructor

DebugVariable(
    DILocalVariable const* Var,
    std::optional<FragmentInfo> FragmentInfo,
    DILocation const* InlinedAt);
» more...

Constructor

DebugVariable(
    DILocalVariable const* Var,
    DIExpression const* DIExpr,
    DILocation const* InlinedAt);
» more...