LLVM 22.0.0git
llvm::CSKY::ExtName Struct Reference

#include "llvm/TargetParser/CSKYTargetParser.h"

Public Member Functions

StringRef getName () const

Public Attributes

const charNameCStr
size_t NameLength
uint64_t ID
const charFeature
const charNegFeature

Detailed Description

Definition at line 118 of file CSKYTargetParser.h.

Member Function Documentation

◆ getName()

StringRef llvm::CSKY::ExtName::getName ( ) const
inline

Definition at line 125 of file CSKYTargetParser.h.

References NameCStr, and NameLength.

Member Data Documentation

◆ Feature

const char* llvm::CSKY::ExtName::Feature

Definition at line 122 of file CSKYTargetParser.h.

◆ ID

uint64_t llvm::CSKY::ExtName::ID

Definition at line 121 of file CSKYTargetParser.h.

◆ NameCStr

const char* llvm::CSKY::ExtName::NameCStr

Definition at line 119 of file CSKYTargetParser.h.

Referenced by getName().

◆ NameLength

size_t llvm::CSKY::ExtName::NameLength

Definition at line 120 of file CSKYTargetParser.h.

Referenced by getName().

◆ NegFeature

const char* llvm::CSKY::ExtName::NegFeature

Definition at line 123 of file CSKYTargetParser.h.


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