Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DHashedNameToDIE.h30 struct DIEInfo struct
32 dw_offset_t offset; // The DIE offset
33 dw_tag_t tag;
34 uint32_t type_flags; // Any flags for this DIEInfo
35 uint32_t qualified_name_hash; // A 32 bit hash of the fully qualified name
37 DIEInfo () : in DIEInfo() argument
45 DIEInfo (dw_offset_t o, dw_tag_t t, uint32_t f, uint32_t h) : in DIEInfo() argument
54 Clear() in Clear()
DSymbolFileDWARF.cpp179 struct DIEInfo { struct in DIEStack
180 DIEInfo (DWARFCompileUnit *c, const DWARFDebugInfoEntry *d) : in DIEInfo() argument
185 DWARFCompileUnit *cu;
186 const DWARFDebugInfoEntry *die;
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp68 struct DIEInfo { struct in llvm::dsymutil::__anon5c7ea04f0111::CompileUnit
69 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?