LLVM  8.0.1
Public Attributes | List of all members
llvm::DwarfExpression::Register Struct Reference

Holds information about all subregisters comprising a register location. More...

#include "CodeGen/AsmPrinter/DwarfExpression.h"

Collaboration diagram for llvm::DwarfExpression::Register:
Collaboration graph
[legend]

Public Attributes

int DwarfRegNo
 
unsigned Size
 
const charComment
 

Detailed Description

Holds information about all subregisters comprising a register location.

Definition at line 102 of file DwarfExpression.h.

Member Data Documentation

◆ Comment

const char* llvm::DwarfExpression::Register::Comment

Definition at line 105 of file DwarfExpression.h.

◆ DwarfRegNo

int llvm::DwarfExpression::Register::DwarfRegNo

Definition at line 103 of file DwarfExpression.h.

◆ Size

unsigned llvm::DwarfExpression::Register::Size

Definition at line 104 of file DwarfExpression.h.


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