Searched defs:DWARFDebugInfoEntryInlinedChain (Results 1 – 1 of 1) sorted by relevance
152 struct DWARFDebugInfoEntryInlinedChain { struct153 DWARFDebugInfoEntryInlinedChain() : U(nullptr) {} in DWARFDebugInfoEntryInlinedChain() argument154 SmallVector<DWARFDebugInfoEntryMinimal, 4> DIEs;155 const DWARFUnit *U;