Copy constructor
Synopsis
Declared in <llvm/TargetParser/RISCVISAInfo.h>
RISCVISAInfo(RISCVISAInfo const& other) = delete;
Parameters
Name |
Description |
other |
The object to copy construct from |
Created with MrDocs
Copy constructor
Declared in <llvm/TargetParser/RISCVISAInfo.h>
RISCVISAInfo(RISCVISAInfo const& other) = delete;
Name |
Description |
other |
The object to copy construct from |
Created with MrDocs