Dwarf abbreviation, describes the organization of a debug information object.

Synopsis

Declared in <llvm/CodeGen/DIE.h>

class DIEAbbrev
    : public FoldingSetNode

Base Classes

Name

Description

FoldingSetNode

Convenience alias for the base node type stored in a folding set.

Member Functions

Name

Description

DIEAbbrev [constructor]

AddAttribute

Adds another set of attribute information to the abbreviation.

AddAttribute

Adds another set of attribute information to the abbreviation.

AddImplicitConstAttribute

Adds attribute with DW_FORM_implicit_const value

Emit

Print the abbreviation using the specified asm printer.

Profile

Used to gather unique data for the abbreviation folding set.

dump

getData

getNumber

getTag

Accessors. @{

hasChildren

print

setChildrenFlag

setNumber

Created with MrDocs