Home
last modified time | relevance | path

Searched refs:DumpSectName (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
1938 DumpSectName = DumpSegSectName.second; in DumpSectionContents()
1941 DumpSectName = DumpSegSectName.first; in DumpSectionContents()
1957 (SectName == DumpSectName)) { in DumpSectionContents()