Lines Matching refs:CurSection
52 MCSection *CurSection = getCurrentSectionOnly(); in addPendingLabel() local
53 if (CurSection) { in addPendingLabel()
57 CurSection->addPendingLabel(Sym); in addPendingLabel()
62 CurSection->addPendingLabel(S, CurSubsectionIdx); in addPendingLabel()
65 PendingLabelSections.insert(CurSection); in addPendingLabel()
72 MCSection *CurSection = getCurrentSectionOnly(); in flushPendingLabels() local
73 if (!CurSection) { in flushPendingLabels()
80 CurSection->addPendingLabel(Sym, CurSubsectionIdx); in flushPendingLabels()
87 CurSection->flushPendingLabels(F, FOffset, CurSubsectionIdx); in flushPendingLabels()
89 CurSection->flushPendingLabels(nullptr, 0, CurSubsectionIdx); in flushPendingLabels()
95 MCSection *CurSection = getCurrentSectionOnly(); in flushPendingLabels() local
96 assert(CurSection); in flushPendingLabels()
98 CurSection->addPendingLabel(Sym, CurSubsectionIdx); in flushPendingLabels()