Searched refs:SectionLabels (Results 1 – 2 of 2) sorted by relevance
330 DenseMap<const MCSection *, const MCSymbol *> SectionLabels; variable
2751 SectionLabels.insert(std::make_pair(&Sym->getSection(), Sym)); in addSectionLabel()2755 return SectionLabels.find(S)->second; in getSectionLabel()