LLVM  8.0.1
Public Member Functions | Public Attributes | List of all members
llvm::ARM::ExtName Struct Reference

#include "llvm/Support/ARMTargetParser.h"

Collaboration diagram for llvm::ARM::ExtName:
Collaboration graph
[legend]

Public Member Functions

StringRef getName () const
 

Public Attributes

const charNameCStr
 
size_t NameLength
 
unsigned ID
 
const charFeature
 
const charNegFeature
 

Detailed Description

Definition at line 59 of file ARMTargetParser.h.

Member Function Documentation

◆ getName()

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

Definition at line 66 of file ARMTargetParser.h.

Member Data Documentation

◆ Feature

const char* llvm::ARM::ExtName::Feature

Definition at line 63 of file ARMTargetParser.h.

◆ ID

unsigned llvm::ARM::ExtName::ID

Definition at line 62 of file ARMTargetParser.h.

◆ NameCStr

const char* llvm::ARM::ExtName::NameCStr

Definition at line 60 of file ARMTargetParser.h.

◆ NameLength

size_t llvm::ARM::ExtName::NameLength

Definition at line 61 of file ARMTargetParser.h.

◆ NegFeature

const char* llvm::ARM::ExtName::NegFeature

Definition at line 64 of file ARMTargetParser.h.


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