Searched defs:DWARFDebugInfoEntryInlinedChain (Results 1 – 1 of 1) sorted by relevance
171 struct DWARFDebugInfoEntryInlinedChain { struct172 DWARFDebugInfoEntryInlinedChain() : U(0) {} in DWARFDebugInfoEntryInlinedChain() argument173 SmallVector<DWARFDebugInfoEntryMinimal, 4> DIEs;174 const DWARFUnit *U;