Searched refs:SectionSymbols (Results 1 – 7 of 7) sorted by relevance
34 extern llvm::cl::opt<bool> SectionSymbols;
74 cl::opt<bool> SectionSymbols("section-symbols", variable78 cl::aliasopt(SectionSymbols));
476 if (opts::SectionSymbols) { in printSections()
779 if (opts::SectionSymbols) { in printSections()
1112 if (opts::SectionSymbols) { in printSections()
81 SectionSymbols.clear(); in reset()124 MCSymbolELF *&Sym = SectionSymbols[&Section]; in getOrCreateSectionSymbol()
84 DenseMap<const MCSectionELF *, MCSymbolELF *> SectionSymbols; variable