class ARMAttributeParser

Declaration

class ARMAttributeParser { /* full declaration omitted */ };

Declared at: llvm/include/llvm/Support/ARMAttributeParser.h:20

Method Overview

Methods

ARMAttributeParser(llvm::ScopedPrinter* SW)

Declared at: llvm/include/llvm/Support/ARMAttributeParser.h:123

Parameters

llvm::ScopedPrinter* SW

ARMAttributeParser()

Declared at: llvm/include/llvm/Support/ARMAttributeParser.h:125

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

Declared at: llvm/include/llvm/Support/ARMAttributeParser.h:127

Parameters

ArrayRef<uint8_t> Section
bool isLittle

unsigned int getAttributeValue(
    unsigned int Tag) const

Declared at: llvm/include/llvm/Support/ARMAttributeParser.h:133

Parameters

unsigned int Tag

bool hasAttribute(unsigned int Tag) const

Declared at: llvm/include/llvm/Support/ARMAttributeParser.h:129

Parameters

unsigned int Tag