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

  /src/external/gpl3/gdb/dist/gdb/dwarf2/
cu.h 161 /* Full DIEs if read in. */
162 struct die_info *dies = nullptr; member in struct:dwarf2_cu
248 /* Mark used when releasing cached dies. */
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
cu.h 156 /* Full DIEs if read in. */
157 struct die_info *dies = nullptr; member in struct:dwarf2_cu
243 /* Mark used when releasing cached dies. */
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFUnit.h 424 /// address. The pointer is alive as long as parsed compile unit DIEs are not
430 /// chain is valid as long as parsed compile unit DIEs are not cleared.
437 /// Returns the number of DIEs in the unit. Parses the unit
469 /// The unit needs to have its DIEs extracted for this method to work.
488 die_iterator_range dies() { function in class:llvm::DWARFUnit
504 /// extractDIEsIfNeeded - Parses a compile unit and indexes its DIEs if it
508 /// extractDIEsToVector - Appends all parsed DIEs to a vector.
510 std::vector<DWARFDebugInfoEntry> &DIEs) const;
512 /// clearDIEs - Clear parsed DIEs to keep memory usage low.
  /src/external/gpl3/gcc/dist/gcc/config/sh/
sh.cc 5941 rtx pattern, reg, set, dies;
6006 /* Scan forward from LINK to the place where REG dies, and
6014 dies = NULL_RTX;
6075 dies = scan;
6080 if (! dies)
6111 while (scan != dies);
9753 /* Decrement weight for each register that dies here. */
11838 /* Given an insn and a reg number, tell whether the reg dies or is unused
5931 rtx pattern, reg, set, dies; local
  /src/external/gpl3/gcc.old/dist/gcc/config/sh/
sh.cc 5941 rtx pattern, reg, set, dies;
6006 /* Scan forward from LINK to the place where REG dies, and
6014 dies = NULL_RTX;
6075 dies = scan;
6080 if (! dies)
6111 while (scan != dies);
9752 /* Decrement weight for each register that dies here. */
11837 /* Given an insn and a reg number, tell whether the reg dies or is unused
5931 rtx pattern, reg, set, dies; local
  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 3020 /* Whether to put type DIEs into their own section .debug_types instead
3168 /* The Debugging Information Entry (DIE) structure. DIEs form a tree.
3278 /* A list of DIEs for which we can't determine ancestry (parent_die
3482 /* A list of type DIEs that have been separated into comdat sections. */
3485 /* A list of CU DIEs that have been separated. */
3488 /* A list of DIEs with a NULL parent waiting to be relocated. */
3491 /* A list of DIEs for which we may have to generate
3519 vec<dw_die_ref, va_gc> *dies;
3529 /* A hash table of DIEs that contain DW_OP_GNU_variable_value with
3689 /* Vector of dies for which we should generate .debug_ranges info. *
3514 vec<dw_die_ref, va_gc> *dies; variable
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 3022 /* Whether to put type DIEs into their own section .debug_types instead
3170 /* The Debugging Information Entry (DIE) structure. DIEs form a tree.
3280 /* A list of DIEs for which we can't determine ancestry (parent_die
3484 /* A list of type DIEs that have been separated into comdat sections. */
3487 /* A list of CU DIEs that have been separated. */
3490 /* A list of DIEs with a NULL parent waiting to be relocated. */
3493 /* A list of DIEs for which we may have to generate
3521 vec<dw_die_ref, va_gc> *dies;
3531 /* A hash table of DIEs that contain DW_OP_GNU_variable_value with
3691 /* Vector of dies for which we should generate .debug_ranges info. *
3516 vec<dw_die_ref, va_gc> *dies; variable
    [all...]

Completed in 54 milliseconds