LLVM 19.0.0git
Classes | Public Member Functions | List of all members
llvm::MSP430AttributeParser Class Reference

#include "llvm/Support/MSP430AttributeParser.h"

Inheritance diagram for llvm::MSP430AttributeParser:
Inheritance graph
[legend]

Public Member Functions

 MSP430AttributeParser (ScopedPrinter *SW)
 
 MSP430AttributeParser ()
 
- Public Member Functions inherited from llvm::ELFAttributeParser
virtual ~ELFAttributeParser ()
 
Error integerAttribute (unsigned tag)
 
Error stringAttribute (unsigned tag)
 
 ELFAttributeParser (ScopedPrinter *sw, TagNameMap tagNameMap, StringRef vendor)
 
 ELFAttributeParser (TagNameMap tagNameMap, StringRef vendor)
 
Error parse (ArrayRef< uint8_t > section, llvm::endianness endian)
 
std::optional< unsignedgetAttributeValue (unsigned tag) const
 
std::optional< StringRefgetAttributeString (unsigned tag) const
 

Additional Inherited Members

- Protected Member Functions inherited from llvm::ELFAttributeParser
void printAttribute (unsigned tag, unsigned value, StringRef valueDesc)
 
Error parseStringAttribute (const char *name, unsigned tag, ArrayRef< const char * > strings)
 
Error parseAttributeList (uint32_t length)
 
void parseIndexList (SmallVectorImpl< uint8_t > &indexList)
 
Error parseSubsection (uint32_t length)
 
void setAttributeString (unsigned tag, StringRef value)
 
- Protected Attributes inherited from llvm::ELFAttributeParser
ScopedPrintersw
 
TagNameMap tagToStringMap
 
DataExtractor de {ArrayRef<uint8_t>{}, true, 0}
 
DataExtractor::Cursor cursor {0}
 

Detailed Description

Definition at line 21 of file MSP430AttributeParser.h.

Constructor & Destructor Documentation

◆ MSP430AttributeParser() [1/2]

llvm::MSP430AttributeParser::MSP430AttributeParser ( ScopedPrinter SW)
inline

Definition at line 36 of file MSP430AttributeParser.h.

◆ MSP430AttributeParser() [2/2]

llvm::MSP430AttributeParser::MSP430AttributeParser ( )
inline

Definition at line 39 of file MSP430AttributeParser.h.


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