Lines Matching full:sectionstart
868 const MCSymbol *SectionStart;
872 SectionStart(0) {}
874 void setSectionStart(const MCSymbol *Label) { SectionStart = Label; }
1201 MCSymbol *sectionStart;
1203 sectionStart = context.CreateTempSymbol();
1205 sectionStart = context.GetOrCreateSymbol(Twine("EH_frame") + Twine(CIENum));
1207 streamer.EmitLabel(sectionStart);
1213 const MCExpr *Length = MakeStartMinusEndExpr(streamer, *sectionStart,
1302 return *sectionStart;
1336 const MCExpr *offset = MakeStartMinusEndExpr(streamer, *SectionStart,
1449 MCSymbol *SectionStart = Context.CreateTempSymbol();
1450 Streamer.EmitLabel(SectionStart);
1451 Emitter.setSectionStart(SectionStart);