Searched refs:LastCIEStart (Results 1 – 1 of 1) sorted by relevance
1883 const MCSymbol *LastCIEStart = nullptr; in Emit() local1898 if (!LastCIEStart || (IsEH && Key != LastKey)) { in Emit()1900 LastCIEStart = &Emitter.EmitCIE(Frame); in Emit()1903 Emitter.EmitFDE(*LastCIEStart, Frame, I == E, *SectionStart); in Emit()