Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DMachODump.cpp1737 StringRef DumpSegName, DumpSectName; in DumpSectionContents() local
1739 DumpSegName = DumpSegSectName.first; in DumpSectionContents()
1742 DumpSegName = ""; in DumpSectionContents()
1758 if ((DumpSegName.empty() || SegName == DumpSegName) && in DumpSectionContents()