Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp1935 StringRef DumpSegName, DumpSectName; in DumpSectionContents() local
1937 DumpSegName = DumpSegSectName.first; in DumpSectionContents()
1940 DumpSegName = ""; in DumpSectionContents()
1956 if ((DumpSegName.empty() || SegName == DumpSegName) && in DumpSectionContents()