|
LLVM
8.0.1
|
#include "llvm/CodeGen/DIE.h"


Public Member Functions | |
| BasicDIEUnit (uint16_t Version, uint8_t AddrSize, dwarf::Tag UnitTag) | |
Public Member Functions inherited from llvm::DIEUnit | |
| DIEUnit (uint16_t Version, uint8_t AddrSize, dwarf::Tag UnitTag) | |
| DIEUnit (const DIEUnit &RHS)=delete | |
| DIEUnit (DIEUnit &&RHS)=delete | |
| void | operator= (const DIEUnit &RHS)=delete |
| void | operator= (const DIEUnit &&RHS)=delete |
| void | setSection (MCSection *Section) |
| Set the section that this DIEUnit will be emitted into. More... | |
| virtual const MCSymbol * | getCrossSectionRelativeBaseAddress () const |
| MCSection * | getSection () const |
| Return the section that this DIEUnit will be emitted into. More... | |
| void | setDebugSectionOffset (unsigned O) |
| unsigned | getDebugSectionOffset () const |
| void | setLength (uint64_t L) |
| uint64_t | getLength () const |
| uint16_t | getDwarfVersion () const |
| uint16_t | getAddressSize () const |
| DIE & | getUnitDie () |
| const DIE & | getUnitDie () const |
Additional Inherited Members | |
Protected Member Functions inherited from llvm::DIEUnit | |
| ~DIEUnit ()=default | |
| The size in bytes of an address for this unit. More... | |
|
inline |
1.8.13