Searched refs:DumpSegSectName (Results 1 – 1 of 1) sorted by relevance
1001 std::pair<StringRef, StringRef> DumpSegSectName; in DumpSectionContents() local1002 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()