Lines Matching defs:debug_write_fns

168 struct debug_write_fns  struct
172 bool (*start_compilation_unit) (void *, const char *);
177 bool (*start_source) (void *, const char *);
183 bool (*empty_type) (void *);
186 bool (*void_type) (void *);
190 bool (*int_type) (void *, unsigned int, bool);
193 bool (*float_type) (void *, unsigned int);
196 bool (*complex_type) (void *, unsigned int);
199 bool (*bool_type) (void *, unsigned int);
205 bool (*enum_type)
210 bool (*pointer_type) (void *);
220 bool (*function_type) (void *, int, bool);
224 bool (*reference_type) (void *);
228 bool (*range_type) (void *, bfd_signed_vma, bfd_signed_vma);
235 bool (*array_type)
241 bool (*set_type) (void *, bool);
247 bool (*offset_type) (void *);
261 bool (*method_type) (void *, bool, int, bool);
265 bool (*const_type) (void *);
269 bool (*volatile_type) (void *);
280 bool (*start_struct_type)
287 bool (*struct_field)
291 bool (*end_struct_type) (void *);
304 bool (*start_class_type)
310 bool (*class_static_member)
317 bool (*class_baseclass)
326 bool (*class_start_method) (void *, const char *);
335 bool (*class_method_variant)
342 bool (*class_static_method_variant)
346 bool (*class_end_method) (void *);
349 bool (*end_class_type) (void *);
353 bool (*typedef_type) (void *, const char *);
364 bool (*tag_type)
368 bool (*typdef) (void *, const char *);
374 bool (*tag) (void *, const char *);
377 bool (*int_constant) (void *, const char *, bfd_vma);
380 bool (*float_constant) (void *, const char *, double);
384 bool (*typed_constant) (void *, const char *, bfd_vma);
388 bool (*variable)
395 bool (*start_function) (void *, const char *, bool);
399 bool (*function_parameter)
405 bool (*start_block) (void *, bfd_vma);
409 bool (*end_block) (void *, bfd_vma);
412 bool (*end_function) (void *);
415 bool (*lineno) (void *, const char *, unsigned long, bfd_vma);