Home | History | Annotate | Download | only in MC

Lines Matching refs:sectionStart

505     const MCSymbol *SectionStart;
509 SectionStart(0) {}
511 void setSectionStart(const MCSymbol *Label) { SectionStart = Label; }
775 MCSymbol *sectionStart;
777 sectionStart = context.CreateTempSymbol();
779 sectionStart = context.GetOrCreateSymbol(Twine("EH_frame") + Twine(CIENum));
781 streamer.EmitLabel(sectionStart);
787 const MCExpr *Length = MakeStartMinusEndExpr(streamer, *sectionStart,
886 return *sectionStart;
920 const MCExpr *offset = MakeStartMinusEndExpr(streamer, *SectionStart,
1031 MCSymbol *SectionStart = Context.CreateTempSymbol();
1032 Streamer.EmitLabel(SectionStart);
1033 Emitter.setSectionStart(SectionStart);