llvm::RISCVISAInfo::RISCVISAInfo

Copy construction is deleted; instances are created via factory methods.

Synopsis

Declared in <llvm/TargetParser/RISCVISAInfo.h>

RISCVISAInfo(RISCVISAInfo const& Other) = delete;

Parameters

NameDescription
OtherUnused; copy construction is deleted.