Searched refs:DumpSection (Results 1 – 8 of 8) sorted by relevance
113 // Only support AddSection, DumpSection, RemoveSection for now. in handleArgs() 114 for (StringRef Flag : Config.DumpSection) { in handleArgs()
85 !Common.DumpSection.empty() || !Common.SymbolsToAdd.empty() || in getXCOFFConfig()
220 SmallVector<StringRef, 0> DumpSection; member
159 for (StringRef Op : Config.DumpSection) { in handleArgs()
406 for (StringRef Flag : Config.DumpSection) { in handleArgs()
695 for (StringRef Flag : Config.DumpSection) { in handleArgs()
973 Config.DumpSection.push_back(Value); in parseObjcopyOptions()
1932 StringRef DumpSection = FilterSections[i]; in DumpSectionContents() local1934 DumpSegSectName = DumpSection.split(','); in DumpSectionContents()1951 if (!DumpSection.empty()) in DumpSectionContents()1952 FoundSectionSet.insert(DumpSection); in DumpSectionContents()