Searched refs:PendingLabelSections (Results 1 – 2 of 2) sorted by relevance
62 auto SecIt = std::find(PendingLabelSections.begin(), in addPendingLabel()63 PendingLabelSections.end(), CurSection); in addPendingLabel()64 if (SecIt == PendingLabelSections.end()) in addPendingLabel()65 PendingLabelSections.push_back(CurSection); in addPendingLabel()104 for (MCSection* Section : PendingLabelSections) in flushPendingLabels()170 PendingLabelSections.clear(); in reset()
41 SmallVector<MCSection*, 2> PendingLabelSections; variable