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 |
Convenience alias for the base node type stored in a folding set. |
Member Functions
Name |
Description |
|
Construct an abbreviation for DWARF tag |
Adds another set of attribute information to the abbreviation. |
|
Adds another set of attribute information to the abbreviation. |
|
Adds attribute with DW_FORM_implicit_const value |
|
Print the abbreviation using the specified asm printer. |
|
Used to gather unique data for the abbreviation folding set. |
|
Dump this abbreviation to standard error for debugging. |
|
Return the attribute/form pairs for this abbreviation. |
|
Return the unique abbreviation number. |
|
Accessors. @{ Return the DWARF tag for this abbreviation. |
|
Return true if DIEs using this abbreviation have children. |
|
Print this abbreviation to |
|
Set whether DIEs using this abbreviation have children. |
|
Set the unique abbreviation number. |
Created with MrDocs