Searched refs:SectionLabels (Results 1 – 2 of 2) sorted by relevance
345 DenseMap<const MCSection *, const MCSymbol *> SectionLabels; variable
3558 auto I = SectionLabels.find(S); in getSectionLabel()3559 if (I == SectionLabels.end()) in getSectionLabel()3564 if (SectionLabels.insert(std::make_pair(&S->getSection(), S)).second) in insertSectionLabel()