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

  /src/external/gpl3/gdb/dist/gdb/dwarf2/
read.h 55 struct signatured_type;
80 signatured_type as appropriate. This approach lets us avoid a
125 Struct dwarf2_per_cu_data is contained in struct signatured_type iff
347 struct signatured_type : public dwarf2_per_cu_data struct in inherits:dwarf2_per_cu_data
349 signatured_type (ULONGEST signature) function in struct:signatured_type
377 using signatured_type_up = std::unique_ptr<signatured_type>;
424 /* A convenience function to allocate a signatured_type. The
486 /* A table mapping .debug_types signatures to its signatured_type entry.
698 struct type *get_type_for_signatured_type (signatured_type *sig_type) const;
700 void set_type_for_signatured_type (signatured_type *sig_type
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
read.h 57 struct signatured_type;
82 signatured_type as appropriate. This approach lets us avoid a
129 Struct dwarf2_per_cu_data is contained in struct signatured_type iff
345 struct signatured_type : public dwarf2_per_cu_data struct in inherits:dwarf2_per_cu_data
347 signatured_type (ULONGEST signature) function in struct:signatured_type
375 using signatured_type_up = std::unique_ptr<signatured_type>;
422 /* A convenience function to allocate a signatured_type. The
484 /* A table mapping .debug_types signatures to its signatured_type entry.
674 struct type *get_type_for_signatured_type (signatured_type *sig_type) const;
676 void set_type_for_signatured_type (signatured_type *sig_type
    [all...]

Completed in 25 milliseconds