Searched refs:DumpSegSectName (Results 1 – 1 of 1) sorted by relevance
1011 std::pair<StringRef, StringRef> DumpSegSectName; in DumpSectionContents() local1012 DumpSegSectName = DumpSection.split(','); in DumpSectionContents()1014 if (DumpSegSectName.second.size()) { in DumpSectionContents()1015 DumpSegName = DumpSegSectName.first; in DumpSectionContents()1016 DumpSectName = DumpSegSectName.second; in DumpSectionContents()1019 DumpSectName = DumpSegSectName.first; in DumpSectionContents()