Home
last modified time | relevance | path

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

/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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
Dllvm-readobj.h56 extern llvm::cl::opt<bool> SectionSymbols;
Dllvm-readobj.cpp84 cl::opt<bool> SectionSymbols("section-symbols", variable
88 cl::aliasopt(SectionSymbols));
DMachODumper.cpp478 if (opts::SectionSymbols) { in printSections()
DCOFFDumper.cpp1287 if (opts::SectionSymbols) { in printSections()
DELFDumper.cpp4184 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