Searched refs:DumpSegSectName (Results 1 – 1 of 1) sorted by relevance
1412 std::pair<StringRef, StringRef> DumpSegSectName; in DumpSectionContents() local1413 DumpSegSectName = DumpSection.split(','); in DumpSectionContents()1415 if (!DumpSegSectName.second.empty()) { in DumpSectionContents()1416 DumpSegName = DumpSegSectName.first; in DumpSectionContents()1417 DumpSectName = DumpSegSectName.second; in DumpSectionContents()1420 DumpSectName = DumpSegSectName.first; in DumpSectionContents()