Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp1933 std::pair<StringRef, StringRef> DumpSegSectName; in DumpSectionContents() local
1934 DumpSegSectName = DumpSection.split(','); in DumpSectionContents()
1936 if (!DumpSegSectName.second.empty()) { in DumpSectionContents()
1937 DumpSegName = DumpSegSectName.first; in DumpSectionContents()
1938 DumpSectName = DumpSegSectName.second; in DumpSectionContents()
1941 DumpSectName = DumpSegSectName.first; in DumpSectionContents()