Searched refs:DumpSegSectName (Results 1 – 1 of 1) sorted by relevance
1966 std::pair<StringRef, StringRef> DumpSegSectName; in DumpSectionContents() local1967 DumpSegSectName = DumpSection.split(','); in DumpSectionContents()1969 if (!DumpSegSectName.second.empty()) { in DumpSectionContents()1970 DumpSegName = DumpSegSectName.first; in DumpSectionContents()1971 DumpSectName = DumpSegSectName.second; in DumpSectionContents()1974 DumpSectName = DumpSegSectName.first; in DumpSectionContents()