Home
last modified time | relevance | path

Searched defs:DIEInfo (Results 1 – 1 of 1) sorted by relevance

/external/llvm/tools/dsymutil/
DDwarfLinker.cpp188 struct DIEInfo { struct in llvm::dsymutil::__anon81c782ce0111::CompileUnit
189 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?