|
Public Member Functions |
| boolean lineno | PARAMS ((PTR, const char *, unsigned long, bfd_vma)) |
| boolean end_function | PARAMS ((PTR)) |
| boolean end_block | PARAMS ((PTR, bfd_vma)) |
| boolean start_block | PARAMS ((PTR, bfd_vma)) |
| boolean function_parameter | PARAMS ((PTR, const char *, enum debug_parm_kind, bfd_vma)) |
| boolean start_function | PARAMS ((PTR, const char *, boolean)) |
| boolean variable | PARAMS ((PTR, const char *, enum debug_var_kind, bfd_vma)) |
| boolean typed_constant | PARAMS ((PTR, const char *, bfd_vma)) |
| boolean float_constant | PARAMS ((PTR, const char *, double)) |
| boolean int_constant | PARAMS ((PTR, const char *, bfd_vma)) |
| boolean tag | PARAMS ((PTR, const char *)) |
| boolean typdef | PARAMS ((PTR, const char *)) |
| boolean tag_type | PARAMS ((PTR, const char *, unsigned int, enum debug_type_kind)) |
| boolean typedef_type | PARAMS ((PTR, const char *)) |
| boolean end_class_type | PARAMS ((PTR)) |
| boolean class_end_method | PARAMS ((PTR)) |
| boolean class_static_method_variant | PARAMS ((PTR, const char *, enum debug_visibility, boolean, boolean)) |
| boolean class_method_variant | PARAMS ((PTR, const char *, enum debug_visibility, boolean, boolean, bfd_vma, boolean)) |
| boolean class_start_method | PARAMS ((PTR, const char *)) |
| boolean class_baseclass | PARAMS ((PTR, bfd_vma, boolean, enum debug_visibility)) |
| boolean class_static_member | PARAMS ((PTR, const char *, const char *, enum debug_visibility)) |
| boolean start_class_type | PARAMS ((PTR, const char *, unsigned int, boolean, unsigned int, boolean, boolean)) |
| boolean end_struct_type | PARAMS ((PTR)) |
| boolean struct_field | PARAMS ((PTR, const char *, bfd_vma, bfd_vma, enum debug_visibility)) |
| boolean start_struct_type | PARAMS ((PTR, const char *, unsigned int, boolean, unsigned int)) |
| boolean volatile_type | PARAMS ((PTR)) |
| boolean const_type | PARAMS ((PTR)) |
| boolean method_type | PARAMS ((PTR, boolean, int, boolean)) |
| boolean offset_type | PARAMS ((PTR)) |
| boolean set_type | PARAMS ((PTR, boolean)) |
| boolean array_type | PARAMS ((PTR, bfd_signed_vma, bfd_signed_vma, boolean)) |
| boolean range_type | PARAMS ((PTR, bfd_signed_vma, bfd_signed_vma)) |
| boolean reference_type | PARAMS ((PTR)) |
| boolean function_type | PARAMS ((PTR, int, boolean)) |
| boolean pointer_type | PARAMS ((PTR)) |
| boolean enum_type | PARAMS ((PTR, const char *, const char **, bfd_signed_vma *)) |
| boolean bool_type | PARAMS ((PTR, unsigned int)) |
| boolean complex_type | PARAMS ((PTR, unsigned int)) |
| boolean float_type | PARAMS ((PTR, unsigned int)) |
| boolean int_type | PARAMS ((PTR, unsigned int, boolean)) |
| boolean void_type | PARAMS ((PTR)) |
| boolean empty_type | PARAMS ((PTR)) |
| boolean start_source | PARAMS ((PTR, const char *)) |
| boolean start_compilation_unit | PARAMS ((PTR, const char *)) |