Home
last modified time | relevance | path

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