Searched refs:DumpSection (Results 1 – 10 of 10) sorted by relevance
73 class DumpSection: public mach_o::Reader::SectionHandler { class75 DumpSection() : index_(0) { } in DumpSection() function in __anon494721430111::DumpSection114 DumpSection dump_section; in SegmentCommand()
198 class DumpSection : public Section class201 DumpSection(Parsed& result) in DumpSection() function in ParserPrivate::DumpSection352 return auto_ptr<Section>(new DumpSection(result)); in NewSection()
44 for (StringRef Flag : Config.DumpSection) { in handleArgs()
178 std::vector<StringRef> DumpSection; member
710 Config.DumpSection.push_back(Arg->getValue()); in parseObjcopyOptions()
255 !Config.AllocSectionsPrefix.empty() || !Config.DumpSection.empty() || in handleArgs()
350 for (StringRef Flag : Config.DumpSection) { in handleArgs()
639 for (StringRef Flag : Config.DumpSection) { in handleArgs()
1729 StringRef DumpSection = FilterSections[i]; in DumpSectionContents() local1731 DumpSegSectName = DumpSection.split(','); in DumpSectionContents()1748 if (!DumpSection.empty()) in DumpSectionContents()1749 FoundSectionSet.insert(DumpSection); in DumpSectionContents()
1065 StringRef DumpSection = FilterSections[i]; in DumpSectionContents() local1067 DumpSegSectName = DumpSection.split(','); in DumpSectionContents()