Home
last modified time | relevance | path

Searched refs:SectionContents (Results 1 – 3 of 3) sorted by relevance

/external/llvm/tools/llvm-objdump/
Dllvm-objdump.h51 extern cl::opt<bool> SectionContents;
Dllvm-objdump.cpp75 llvm::SectionContents("s", cl::desc("Display the content of each section")); member in llvm
783 if (SectionContents) in DumpObject()
882 && !SectionContents in main()
DMachODump.cpp1229 if (SectionContents) in ProcessMachO()