Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-readobj/
Dllvm-readobj.h36 extern llvm::cl::opt<bool> SectionSymbols;
Dllvm-readobj.cpp111 cl::opt<bool> SectionSymbols("section-symbols", variable
694 cl::aliasopt(opts::SectionSymbols)); in registerReadobjAliases()
DXCOFFDumper.cpp509 if (opts::SectionSymbols) in printSectionHeaders()
DMachODumper.cpp492 if (opts::SectionSymbols) { in printSectionHeaders()
DCOFFDumper.cpp1371 if (opts::SectionSymbols) { in printSectionHeaders()
DELFDumper.cpp6453 if (opts::SectionSymbols) { in printSectionHeaders()
/external/llvm/tools/llvm-readobj/
Dllvm-readobj.h50 extern llvm::cl::opt<bool> SectionSymbols;
Dllvm-readobj.cpp75 cl::opt<bool> SectionSymbols("section-symbols", variable
79 cl::aliasopt(SectionSymbols));
DMachODumper.cpp476 if (opts::SectionSymbols) { in printSections()
DCOFFDumper.cpp1132 if (opts::SectionSymbols) { in printSections()
DELFDumper.cpp3373 if (opts::SectionSymbols) { in printSections()
/external/llvm/lib/MC/
DMCContext.cpp83 SectionSymbols.clear(); in reset()
128 MCSymbolELF *&Sym = SectionSymbols[&Section]; in getOrCreateSectionSymbol()
/external/llvm/include/llvm/MC/
DMCContext.h88 DenseMap<const MCSectionELF *, MCSymbolELF *> SectionSymbols; variable