LLVM  8.0.1
Classes | Public Member Functions | List of all members
llvm::ARMAttributeParser Class Reference

#include "llvm/Support/ARMAttributeParser.h"

Public Member Functions

 ARMAttributeParser (ScopedPrinter *SW)
 
 ARMAttributeParser ()
 
void Parse (ArrayRef< uint8_t > Section, bool isLittle)
 
bool hasAttribute (unsigned Tag) const
 
unsigned getAttributeValue (unsigned Tag) const
 

Detailed Description

Definition at line 21 of file ARMAttributeParser.h.

Constructor & Destructor Documentation

◆ ARMAttributeParser() [1/2]

llvm::ARMAttributeParser::ARMAttributeParser ( ScopedPrinter SW)
inline

Definition at line 122 of file ARMAttributeParser.h.

◆ ARMAttributeParser() [2/2]

llvm::ARMAttributeParser::ARMAttributeParser ( )
inline

Definition at line 124 of file ARMAttributeParser.h.

References Parse(), and llvm::ARMBuildAttrs::Section.

Member Function Documentation

◆ getAttributeValue()

unsigned llvm::ARMAttributeParser::getAttributeValue ( unsigned  Tag) const
inline

◆ hasAttribute()

bool llvm::ARMAttributeParser::hasAttribute ( unsigned  Tag) const
inline

◆ Parse()

void llvm::ARMAttributeParser::Parse ( ArrayRef< uint8_t >  Section,
bool  isLittle 
)

The documentation for this class was generated from the following files: