Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp1717 StringRef DumpSegName, DumpSectName; in DumpSectionContents() local
1719 DumpSegName = DumpSegSectName.first; in DumpSectionContents()
1722 DumpSegName = ""; in DumpSectionContents()
1738 if ((DumpSegName.empty() || SegName == DumpSegName) && in DumpSectionContents()