Searched refs:DumpSection (Results 1 – 7 of 7) sorted by relevance
18 !Common.AllocSectionsPrefix.empty() || !Common.DumpSection.empty() || in getCOFFConfig()76 !Common.DumpSection.empty() || !Common.SymbolsToAdd.empty() || in getXCOFFConfig()
114 for (StringRef Flag : Config.DumpSection) { in handleArgs()
223 std::vector<StringRef> DumpSection; member
395 for (StringRef Flag : Config.DumpSection) { in handleArgs()
613 for (StringRef Flag : Config.DumpSection) { in handleArgs()
869 Config.DumpSection.push_back(Value); in parseObjcopyOptions()
1965 StringRef DumpSection = FilterSections[i]; in DumpSectionContents() local1967 DumpSegSectName = DumpSection.split(','); in DumpSectionContents()1984 if (!DumpSection.empty()) in DumpSectionContents()1985 FoundSectionSet.insert(DumpSection); in DumpSectionContents()