Searched refs:DumpSegSectName (Results 1 – 1 of 1) sorted by relevance
1929 std::pair<StringRef, StringRef> DumpSegSectName; in DumpSectionContents() local1930 DumpSegSectName = DumpSection.split(','); in DumpSectionContents()1932 if (!DumpSegSectName.second.empty()) { in DumpSectionContents()1933 DumpSegName = DumpSegSectName.first; in DumpSectionContents()1934 DumpSectName = DumpSegSectName.second; in DumpSectionContents()1937 DumpSectName = DumpSegSectName.first; in DumpSectionContents()