Searched defs:DIEInfo (Results 1 – 3 of 3) sorted by relevance
30 struct DIEInfo struct32 dw_offset_t offset; // The DIE offset33 dw_tag_t tag;34 uint32_t type_flags; // Any flags for this DIEInfo35 uint32_t qualified_name_hash; // A 32 bit hash of the fully qualified name37 DIEInfo () : in DIEInfo() argument45 DIEInfo (dw_offset_t o, dw_tag_t t, uint32_t f, uint32_t h) : in DIEInfo() argument54 Clear() in Clear()
179 struct DIEInfo { struct in DIEStack180 DIEInfo (DWARFCompileUnit *c, const DWARFDebugInfoEntry *d) : in DIEInfo() argument185 DWARFCompileUnit *cu;186 const DWARFDebugInfoEntry *die;
68 struct DIEInfo { struct in llvm::dsymutil::__anon5c7ea04f0111::CompileUnit69 int64_t AddrAdjust; ///< Address offset to apply to the described entity.70 DIE *Clone; ///< Cloned version of that DIE.71 uint32_t ParentIdx; ///< The index of this DIE's parent.72 bool Keep; ///< Is the DIE part of the linked output?73 bool InDebugMap; ///< Was this DIE's entity found in the map?