Lines Matching refs:CurSection
51 MCSection *CurSection = getCurrentSectionOnly(); in addPendingLabel() local
52 if (CurSection) { in addPendingLabel()
56 CurSection->addPendingLabel(Sym); in addPendingLabel()
61 CurSection->addPendingLabel(S, CurSubsectionIdx); in addPendingLabel()
64 PendingLabelSections.insert(CurSection); in addPendingLabel()
72 MCSection *CurSection = getCurrentSectionOnly(); in flushPendingLabels() local
73 if (!CurSection) { in flushPendingLabels()
80 CurSection->addPendingLabel(Sym, CurSubsectionIdx); in flushPendingLabels()
85 CurSection->flushPendingLabels(F, FOffset, CurSubsectionIdx); in flushPendingLabels()
91 MCSection *CurSection = getCurrentSectionOnly(); in flushPendingLabels() local
92 assert(CurSection); in flushPendingLabels()
94 CurSection->addPendingLabel(Sym, CurSubsectionIdx); in flushPendingLabels()