HomeSort by: relevance | last modified time | path
    Searched defs:cutu_reader (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/dwarf2/
read.h 226 set by cutu_reader when the unit is read. */
966 class cutu_reader class
970 cutu_reader (dwarf2_per_cu &this_cu,
978 cutu_reader (dwarf2_per_cu &this_cu,
984 DISABLE_COPY_AND_ASSIGN (cutu_reader);
989 - the unit is a partial unit and this cutu_reader was built with SKIP
1007 /* Release the CU created by this cutu_reader. */
read.c 1814 cutu_reader reader (*this_cu, *per_objfile, nullptr,
2613 /* Initialize a cutu_reader from a dwarf2_cu. */
2616 cutu_reader::init_cu_die_reader (dwarf2_cu *cu, dwarf2_section_info *section,
2630 /* Subroutine of cutu_reader to simplify it.
2632 There's just a lot of work to do, and cutu_reader is big enough
2651 cutu_reader::read_cutu_die_from_dwo (dwarf2_cu *cu, dwo_unit *dwo_unit,
2815 /* Subroutine of cutu_reader to simplify it.
2824 cutu_reader::lookup_dwo_unit (dwarf2_cu *cu, die_info *comp_unit_die,
2853 /* Subroutine of cutu_reader to simplify it.
2858 cutu_reader::init_tu_and_read_dwo_dies (dwarf2_per_cu *this_cu
2905 cutu_reader::cutu_reader (dwarf2_per_cu &this_cu, function in class:cutu_reader
3128 cutu_reader::cutu_reader (dwarf2_per_cu &this_cu, function in class:cutu_reader
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
read.c 583 class cutu_reader : public die_reader_specs
587 cutu_reader (dwarf2_per_cu_data *this_cu,
594 explicit cutu_reader (struct dwarf2_per_cu_data *this_cu,
599 DISABLE_COPY_AND_ASSIGN (cutu_reader); variable
601 cutu_reader (cutu_reader &&) = default;
760 static void build_type_psymtabs_reader (cutu_reader *reader,
1962 cutu_reader reader (this_cu, per_objfile);
3412 /* We don't use cutu_reader here because we don't need to read
3725 /* Subroutine of cutu_reader to simplify it
4006 cutu_reader::cutu_reader (dwarf2_per_cu_data *this_cu, function in class:cutu_reader
4233 cutu_reader::cutu_reader (dwarf2_per_cu_data *this_cu, function in class:cutu_reader
    [all...]

Completed in 34 milliseconds