LLVM 22.0.0git
llvm::DWARFDebugNames::AttributeEncoding Struct Reference

Index attribute and its encoding. More...

#include "llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h"

Public Member Functions

constexpr AttributeEncoding (dwarf::Index Index, dwarf::Form Form)

Public Attributes

dwarf::Index Index
dwarf::Form Form

Friends

bool operator== (const AttributeEncoding &LHS, const AttributeEncoding &RHS)

Detailed Description

Index attribute and its encoding.

Definition at line 409 of file DWARFAcceleratorTable.h.

Constructor & Destructor Documentation

◆ AttributeEncoding()

llvm::DWARFDebugNames::AttributeEncoding::AttributeEncoding ( dwarf::Index Index,
dwarf::Form Form )
inlineconstexpr

Definition at line 413 of file DWARFAcceleratorTable.h.

References Form, and Index.

Referenced by operator==.

◆ operator==

bool operator== ( const AttributeEncoding & LHS,
const AttributeEncoding & RHS )
friend

Definition at line 416 of file DWARFAcceleratorTable.h.

References AttributeEncoding(), LHS, and RHS.

Member Data Documentation

◆ Form

dwarf::Form llvm::DWARFDebugNames::AttributeEncoding::Form

Definition at line 411 of file DWARFAcceleratorTable.h.

Referenced by AttributeEncoding().

◆ Index

dwarf::Index llvm::DWARFDebugNames::AttributeEncoding::Index

Definition at line 410 of file DWARFAcceleratorTable.h.

Referenced by AttributeEncoding().


The documentation for this struct was generated from the following file: