Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDHashedNameToDIE.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() function
45 DIEInfo (dw_offset_t o, dw_tag_t t, uint32_t f, uint32_t h) : in DIEInfo() function
54 Clear() in Clear()
HDSymbolFileDWARF.cpp179 struct DIEInfo { struct in DIEStack
180 DIEInfo (DWARFCompileUnit *c, const DWARFDebugInfoEntry *d) : in DIEInfo() function
185 DWARFCompileUnit *cu;
186 const DWARFDebugInfoEntry *die;