Searched defs:DIEInfo (Results 1 – 5 of 5) sorted by relevance
54 struct DIEInfo { struct58 /// Any flags for this DIEInfo. argument64 DIEInfo() = default; argument77 typedef std::vector<DIEInfo> DIEInfoArray; argument
128 DWARFMappedHash::DIEInfo::DIEInfo(dw_offset_t o, dw_tag_t t, uint32_t f, in DIEInfo() function in DWARFMappedHash::DIEInfo
53 struct DIEInfo { struct55 int64_t AddrAdjust;58 DeclContext *Ctxt;61 DIE *Clone;64 uint32_t ParentIdx;67 bool Keep : 1;70 bool InDebugMap : 1;73 bool Prune : 1;76 bool Incomplete : 1;
188 struct DIEInfo { struct in llvm::dsymutil::__anondabe43b60111::CompileUnit189 int64_t AddrAdjust; ///< Address offset to apply to the described entity.190 DeclContext *Ctxt; ///< ODR Declaration context.191 DIE *Clone; ///< Cloned version of that DIE.192 uint32_t ParentIdx; ///< The index of this DIE's parent.193 bool Keep : 1; ///< Is the DIE part of the linked output?194 bool InDebugMap : 1;///< Was this DIE's entity found in the map?195 bool Prune : 1; ///< Is this a pure forward declaration we can strip?