LLVM 22.0.0git
llvm::RISCVOptionArchArg Struct Reference

#include "Target/RISCV/MCTargetDesc/RISCVTargetStreamer.h"

Public Member Functions

 RISCVOptionArchArg (RISCVOptionArchArgType Type, std::string Value)

Public Attributes

RISCVOptionArchArgType Type
std::string Value

Detailed Description

Definition at line 26 of file RISCVTargetStreamer.h.

Constructor & Destructor Documentation

◆ RISCVOptionArchArg()

llvm::RISCVOptionArchArg::RISCVOptionArchArg ( RISCVOptionArchArgType Type,
std::string Value )
inline

Definition at line 30 of file RISCVTargetStreamer.h.

References Type, and Value.

Member Data Documentation

◆ Type

RISCVOptionArchArgType llvm::RISCVOptionArchArg::Type

Definition at line 27 of file RISCVTargetStreamer.h.

Referenced by RISCVOptionArchArg().

◆ Value

std::string llvm::RISCVOptionArchArg::Value

Definition at line 28 of file RISCVTargetStreamer.h.

Referenced by RISCVOptionArchArg().


The documentation for this struct was generated from the following file: