Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DHashedNameToDIE.h54 struct DIEInfo { struct
58 /// Any flags for this DIEInfo. argument
64 DIEInfo() = default; argument
77 typedef std::vector<DIEInfo> DIEInfoArray; argument
DHashedNameToDIE.cpp128 DWARFMappedHash::DIEInfo::DIEInfo(dw_offset_t o, dw_tag_t t, uint32_t f, in DIEInfo() function in DWARFMappedHash::DIEInfo
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/
DDWARFLinkerCompileUnit.h53 struct DIEInfo { struct
55 int64_t AddrAdjust;
58 DeclContext *Ctxt;
61 DIE *Clone;
64 uint32_t ParentIdx;
67 bool Keep : 1;
70 bool InDebugMap : 1;
73 bool Prune : 1;
76 bool Incomplete : 1;
/external/llvm-project/llvm/include/llvm/DWARFLinker/
DDWARFLinkerCompileUnit.h53 struct DIEInfo { struct
55 int64_t AddrAdjust;
58 DeclContext *Ctxt;
61 DIE *Clone;
64 uint32_t ParentIdx;
67 bool Keep : 1;
70 bool InDebugMap : 1;
73 bool Prune : 1;
76 bool Incomplete : 1;
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp188 struct DIEInfo { struct in llvm::dsymutil::__anondabe43b60111::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?