llir-opt
0.0.1
Low-Level Post-Link Optimiser for OCaml and C
|
#include <core/annot.h>
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. | |
Base class for annotations.