Searched refs:SectionSymbols (Results 1 – 13 of 13) sorted by relevance
36 extern llvm::cl::opt<bool> SectionSymbols;
111 cl::opt<bool> SectionSymbols("section-symbols", variable694 cl::aliasopt(opts::SectionSymbols)); in registerReadobjAliases()
509 if (opts::SectionSymbols) in printSectionHeaders()
492 if (opts::SectionSymbols) { in printSectionHeaders()
1371 if (opts::SectionSymbols) { in printSectionHeaders()
6453 if (opts::SectionSymbols) { in printSectionHeaders()
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()
83 SectionSymbols.clear(); in reset()128 MCSymbolELF *&Sym = SectionSymbols[&Section]; in getOrCreateSectionSymbol()
88 DenseMap<const MCSectionELF *, MCSymbolELF *> SectionSymbols; variable