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

#include <core/annot.h>

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

Public Types

enum  Kind { PROBABILITY = 0, CAML_FRAME = 1, CXX_LSDA = 2 }
 

Public Member Functions

 Annot (Kind kind)
 Creates a new annotation.
 
bool Is (Kind kind) const
 Checks if the annotation is of a given kind.
 
Kind GetKind () const
 Returns the annotation kind.
 
bool operator== (const Annot &annot) const
 Checks if two annotations are equal.
 

Detailed Description

Base class for annotations.


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