LLVM 22.0.0git
|
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) |
Index attribute and its encoding.
Definition at line 409 of file DWARFAcceleratorTable.h.
|
inlineconstexpr |
Definition at line 413 of file DWARFAcceleratorTable.h.
Referenced by operator==.
|
friend |
Definition at line 416 of file DWARFAcceleratorTable.h.
References AttributeEncoding(), LHS, and RHS.
dwarf::Form llvm::DWARFDebugNames::AttributeEncoding::Form |
Definition at line 411 of file DWARFAcceleratorTable.h.
Referenced by AttributeEncoding().
dwarf::Index llvm::DWARFDebugNames::AttributeEncoding::Index |
Definition at line 410 of file DWARFAcceleratorTable.h.
Referenced by AttributeEncoding().