Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp1715 std::pair<StringRef, StringRef> DumpSegSectName; in DumpSectionContents() local
1716 DumpSegSectName = DumpSection.split(','); in DumpSectionContents()
1718 if (!DumpSegSectName.second.empty()) { in DumpSectionContents()
1719 DumpSegName = DumpSegSectName.first; in DumpSectionContents()
1720 DumpSectName = DumpSegSectName.second; in DumpSectionContents()
1723 DumpSectName = DumpSegSectName.first; in DumpSectionContents()