Home
last modified time | relevance | path

Searched refs:SectionSymbols (Results 1 – 7 of 7) sorted by relevance

/external/llvm/tools/llvm-readobj/
Dllvm-readobj.h34 extern llvm::cl::opt<bool> SectionSymbols;
Dllvm-readobj.cpp74 cl::opt<bool> SectionSymbols("section-symbols", variable
78 cl::aliasopt(SectionSymbols));
DMachODumper.cpp476 if (opts::SectionSymbols) { in printSections()
DCOFFDumper.cpp779 if (opts::SectionSymbols) { in printSections()
DELFDumper.cpp1112 if (opts::SectionSymbols) { in printSections()
/external/llvm/lib/MC/
DMCContext.cpp81 SectionSymbols.clear(); in reset()
124 MCSymbolELF *&Sym = SectionSymbols[&Section]; in getOrCreateSectionSymbol()
/external/llvm/include/llvm/MC/
DMCContext.h84 DenseMap<const MCSectionELF *, MCSymbolELF *> SectionSymbols; variable