Searched defs:DIEInfo (Results 1 – 2 of 2) sorted by relevance
54 struct DIEInfo { struct56 int64_t AddrAdjust;59 DeclContext *Ctxt;62 DIE *Clone;65 uint32_t ParentIdx;68 bool Keep : 1;71 bool InDebugMap : 1;74 bool Prune : 1;77 bool Incomplete : 1;
188 struct DIEInfo { struct in llvm::dsymutil::__anond69ad1180111::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?