Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A Dllvm-objdump.h35 extern cl::list<std::string> FilterSections;
H A Dllvm-objdump.cpp184 llvm::FilterSections("section", cl::desc("Operate on the specified sections only. " member in llvm
188 cl::aliasopt(llvm::FilterSections));
335 if (FilterSections.empty()) in ToolSectionFilter()
341 return is_contained(FilterSections, String); in ToolSectionFilter()
2533 && !(!FilterSections.empty() && MachOOpt) in main()
H A DMachODump.cpp1410 for (unsigned i = 0; i < FilterSections.size(); ++i) { in DumpSectionContents()
1411 StringRef DumpSection = FilterSections[i]; in DumpSectionContents()
1585 (!FilterSections.empty())) { in ProcessMachO()
1610 if (Disassemble || IndirectSymbols || !FilterSections.empty() || UnwindInfo) in ProcessMachO()
1644 if (!FilterSections.empty()) in ProcessMachO()
7005 if (FilterSections.empty()) in DisassembleMachO()