#include "common/h/headers.h"#include "dyntypes.h"#include "Annotatable.h"#include "Serialization.h"#include "common/h/serialize.h"Go to the source code of this file.
Namespaces | |
| namespace | Dyninst |
Functions | |
| bool | Dyninst::annotation_debug_flag () |
| void | Dyninst::annotations_debug_init () |
| int | Dyninst::annotatable_printf (const char *format,...) |
| bool | Dyninst::void_ptr_cmp_func (void *v1, void *v2) |
| bool | Dyninst::is_input (SerializerBase *sb) |
| bool | Dyninst::is_output (SerializerBase *sb) |
| bool | Dyninst::serialize_annotation_list (void *id, std::vector< ser_rec_t > &sers, SerializerBase *sb, const char *tag) |
| bool | Dyninst::serialize_post_annotation (void *parent, void *anno, SerializerBase *sb, AnnotationClassBase *acb, sparse_or_dense_anno_t sod, const char *tag) |
| bool | Dyninst::add_annotations (SerializerBase *sb, AnnotatableSparse *an, std::vector< ser_rec_t > &sers) |
| bool | Dyninst::add_annotations (SerializerBase *sb, AnnotatableDense *an, std::vector< ser_rec_t > &sers) |
| bool | dummy_bs () |
Variables | |
| bool | Dyninst::dyn_debug_annotations = false |
| COMMON_EXPORT int | Dyninst::AnnotationClass_nextId |
| bool dummy_bs | ( | ) |
Definition at line 389 of file Annotatable.C.
1.6.1