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

#include "llvm/Support/RISCVAttributeParser.h"

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

Public Member Functions

 RISCVAttributeParser (ScopedPrinter *sw)
 
 RISCVAttributeParser ()
 
- 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 16 of file RISCVAttributeParser.h.

Constructor & Destructor Documentation

◆ RISCVAttributeParser() [1/2]

llvm::RISCVAttributeParser::RISCVAttributeParser ( ScopedPrinter sw)
inline

Definition at line 29 of file RISCVAttributeParser.h.

◆ RISCVAttributeParser() [2/2]

llvm::RISCVAttributeParser::RISCVAttributeParser ( )
inline

Definition at line 31 of file RISCVAttributeParser.h.


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