Lines Matching refs:CurSection
50 MCSection *CurSection = getCurrentSectionOnly(); in addPendingLabel() local
51 if (CurSection) { in addPendingLabel()
55 CurSection->addPendingLabel(Sym); in addPendingLabel()
60 CurSection->addPendingLabel(S, CurSubsectionIdx); in addPendingLabel()
63 PendingLabelSections.insert(CurSection); in addPendingLabel()
70 MCSection *CurSection = getCurrentSectionOnly(); in flushPendingLabels() local
71 if (!CurSection) { in flushPendingLabels()
78 CurSection->addPendingLabel(Sym, CurSubsectionIdx); in flushPendingLabels()
85 CurSection->flushPendingLabels(F, FOffset, CurSubsectionIdx); in flushPendingLabels()
87 CurSection->flushPendingLabels(nullptr, 0, CurSubsectionIdx); in flushPendingLabels()
93 MCSection *CurSection = getCurrentSectionOnly(); in flushPendingLabels() local
94 assert(CurSection); in flushPendingLabels()
96 CurSection->addPendingLabel(Sym, CurSubsectionIdx); in flushPendingLabels()