Constructors

Synopses

Declared in <llvm/CodeGen/SelectionDAG.h>

Construct an empty debug‐info table.

constexpr
SDDbgInfo() = default;

Deleted copy constructor.

SDDbgInfo(SDDbgInfo const& Other) = delete;

Parameters

Name

Description

Other

Unused; copy construction is deleted.

Created with MrDocs