LLVM 22.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::Xtensa::FeatureName Struct Reference

Public Member Functions

StringRef getName () const
 

Public Attributes

uint64_t ID
 
const charNameCStr
 
size_t NameLength
 

Detailed Description

Definition at line 26 of file XtensaTargetParser.cpp.

Member Function Documentation

◆ getName()

StringRef llvm::Xtensa::FeatureName::getName ( ) const
inline

Definition at line 31 of file XtensaTargetParser.cpp.

References NameCStr, and NameLength.

Member Data Documentation

◆ ID

uint64_t llvm::Xtensa::FeatureName::ID

Definition at line 27 of file XtensaTargetParser.cpp.

◆ NameCStr

const char* llvm::Xtensa::FeatureName::NameCStr

Definition at line 28 of file XtensaTargetParser.cpp.

Referenced by getName().

◆ NameLength

size_t llvm::Xtensa::FeatureName::NameLength

Definition at line 29 of file XtensaTargetParser.cpp.

Referenced by getName().


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