struct AttributeSection

Declaration

struct AttributeSection { /* full declaration omitted */ };

Declared at: llvm/unittests/Support/ARMAttributeParser.cpp:8

Member Variables

public unsigned int Tag
public unsigned int Value

Method Overview

Methods

AttributeSection(unsigned int tag,
                 unsigned int value)

Declared at: llvm/unittests/Support/ARMAttributeParser.cpp:12

Parameters

unsigned int tag
unsigned int value

void write(llvm::raw_ostream& OS)

Declared at: llvm/unittests/Support/ARMAttributeParser.cpp:14

Parameters

llvm::raw_ostream& OS