llir-opt  0.0.1
Low-Level Post-Link Optimiser for OCaml and C
Public Types | Public Member Functions | List of all members
Xtor Class Reference

Constructor/Destructor information. More...

#include <core/xtor.h>

Inheritance diagram for Xtor:
Inheritance graph
[legend]
Collaboration diagram for Xtor:
Collaboration graph
[legend]

Public Types

enum  Kind { CTOR, DTOR }
 Constructor/destructor kinds.
 

Public Member Functions

 Xtor (int priority, Global *g, Kind k)
 
int GetPriority () const
 Returns the priority.
 
FuncGetFunc () const
 Return the function.
 
Kind GetKind () const
 Return the kind.
 
void removeFromParent ()
 Removes an atom from the data section.
 
void eraseFromParent ()
 Removes an parent from the data section, erasing it.
 
ProggetParent () const
 Returns a pointer to the parent program.
 

Detailed Description

Constructor/Destructor information.


The documentation for this class was generated from the following files: