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.cpp1931 StringRef DumpSegName, DumpSectName; in DumpSectionContents() local
1934 DumpSectName = DumpSegSectName.second; in DumpSectionContents()
1937 DumpSectName = DumpSegSectName.first; in DumpSectionContents()
1953 (SectName == DumpSectName)) { in DumpSectionContents()