Copy construction is deleted; instances are created via factory methods.
Synopsis
Declared in <llvm/TargetParser/RISCVISAInfo.h>
RISCVISAInfo(RISCVISAInfo const& Other) = delete;
Parameters
Name |
Description |
Other |
Unused; copy construction is deleted. |
Created with MrDocs