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()
71 MCSection *CurSection = getCurrentSectionOnly(); in flushPendingLabels() local
72 if (!CurSection) { in flushPendingLabels()
79 CurSection->addPendingLabel(Sym, CurSubsectionIdx); in flushPendingLabels()
86 CurSection->flushPendingLabels(F, FOffset, CurSubsectionIdx); in flushPendingLabels()
88 CurSection->flushPendingLabels(nullptr, 0, CurSubsectionIdx); in flushPendingLabels()
94 MCSection *CurSection = getCurrentSectionOnly(); in flushPendingLabels() local
95 assert(CurSection); in flushPendingLabels()
97 CurSection->addPendingLabel(Sym, CurSubsectionIdx); in flushPendingLabels()