Home | History | Annotate | Download | only in MC

Lines Matching refs:sectionStart

1023                bool LastInSection, const MCSymbol &SectionStart);
1269 MCSymbol *sectionStart = context.createTempSymbol();
1270 Streamer.EmitLabel(sectionStart);
1276 MakeStartMinusEndExpr(Streamer, *sectionStart, *sectionEnd, 4);
1373 return *sectionStart;
1379 const MCSymbol &SectionStart) {
1401 MakeStartMinusEndExpr(Streamer, SectionStart, cieStart, 0);
1520 MCSymbol *SectionStart = Context.createTempSymbol();
1521 Streamer.EmitLabel(SectionStart);
1544 Emitter.EmitFDE(*CIEStart, Frame, I == E, *SectionStart);