A debug information entry value. Some of these roughly correlate to DWARF attribute classes.
Synopsis
Declared in <llvm/CodeGen/DIE.h>
class DIEValue;
Enums
Name |
Description |
Kind of data stored in a DIEValue. |
Member Functions
Name |
Description |
|
Constructors |
|
Destroy the stored value. |
Copy‐assign from |
|
Dump this value to standard error for debugging. |
|
Emit value via the Dwarf writer. |
|
Return the DWARF attribute associated with this value. |
|
Return the DWARF form associated with this value. |
|
Accessors. @{ Return the kind of data stored in this value. |
|
Print this value to |
|
Return the size of a value in bytes. |
|
Return true if this value stores a non‐empty typed payload. |
Created with MrDocs