Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DMachODump.cpp1735 std::pair<StringRef, StringRef> DumpSegSectName; in DumpSectionContents() local
1736 DumpSegSectName = DumpSection.split(','); in DumpSectionContents()
1738 if (!DumpSegSectName.second.empty()) { in DumpSectionContents()
1739 DumpSegName = DumpSegSectName.first; in DumpSectionContents()
1740 DumpSectName = DumpSegSectName.second; in DumpSectionContents()
1743 DumpSectName = DumpSegSectName.first; in DumpSectionContents()