Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-objdump/
DMachODump.cpp1001 std::pair<StringRef, StringRef> DumpSegSectName; in DumpSectionContents() local
1002 DumpSegSectName = DumpSection.split(','); in DumpSectionContents()
1004 if (DumpSegSectName.second.size()) { in DumpSectionContents()
1005 DumpSegName = DumpSegSectName.first; in DumpSectionContents()
1006 DumpSectName = DumpSegSectName.second; in DumpSectionContents()
1009 DumpSectName = DumpSegSectName.first; in DumpSectionContents()