Searched refs:SectionSymbols (Results 1 – 12 of 12) sorted by relevance
50 extern llvm::cl::opt<bool> SectionSymbols;
75 cl::opt<bool> SectionSymbols("section-symbols", variable79 cl::aliasopt(SectionSymbols));
476 if (opts::SectionSymbols) { in printSections()
1132 if (opts::SectionSymbols) { in printSections()
3373 if (opts::SectionSymbols) { in printSections()
56 extern llvm::cl::opt<bool> SectionSymbols;
84 cl::opt<bool> SectionSymbols("section-symbols", variable88 cl::aliasopt(SectionSymbols));
478 if (opts::SectionSymbols) { in printSections()
1287 if (opts::SectionSymbols) { in printSections()
4184 if (opts::SectionSymbols) { in printSections()
83 SectionSymbols.clear(); in reset()128 MCSymbolELF *&Sym = SectionSymbols[&Section]; in getOrCreateSectionSymbol()
88 DenseMap<const MCSectionELF *, MCSymbolELF *> SectionSymbols; variable