Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DHashedNameToDIE.h30 struct DIEInfo struct
37 DIEInfo () : in DIEInfo() argument
45 DIEInfo (dw_offset_t o, dw_tag_t t, uint32_t f, uint32_t h) : in DIEInfo() argument
63 typedef std::vector<DIEInfo> DIEInfoArray;
437 DIEInfo &hash_data) const in Read()
476 Dump (lldb_private::Stream& strm, const DIEInfo &hash_data) const in Dump()
678 DIEInfo die_info; in GetHashDataForName()
747 DIEInfo die_info; in AppendHashDataForRegularExpression()
835 DIEInfo die_info; in AppendAllDIEsInRange()
DSymbolFileDWARF.cpp121 m_dies.push_back (DIEInfo(cu, die)); in Push()
179 struct DIEInfo { struct in DIEStack
180 DIEInfo (DWARFCompileUnit *c, const DWARFDebugInfoEntry *d) : in DIEInfo() argument
188 typedef std::vector<DIEInfo> Stack;
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp68 struct DIEInfo { struct in llvm::dsymutil::__anon5c7ea04f0111::CompileUnit
98 DIEInfo &getInfo(unsigned Idx) { return Info[Idx]; } in getInfo()
99 const DIEInfo &getInfo(unsigned Idx) const { return Info[Idx]; } in getInfo()
173 std::vector<DIEInfo> Info; ///< DIE info indexed by DIE index.
1058 CompileUnit::DIEInfo &MyInfo,
1063 CompileUnit &Unit, CompileUnit::DIEInfo &MyInfo,
1068 CompileUnit::DIEInfo &MyInfo, unsigned Flags);
1072 CompileUnit::DIEInfo &MyInfo,
1076 CompileUnit::DIEInfo &Info);
1460 CompileUnit::DIEInfo &Info) { in hasValidRelocation()
[all …]