Searched refs:SegName (Results 1 – 3 of 3) sorted by relevance
126 StringRef SegName = MSec.getSegmentName(); in canGoAfterDWARF() local129 if (SegName == "__LD" && SecName == "__compact_unwind") in canGoAfterDWARF()132 if (SegName == "__IMPORT") { in canGoAfterDWARF()140 if (SegName == "__TEXT" && SecName == "__eh_frame") in canGoAfterDWARF()143 if (SegName == "__DATA" && SecName == "__nl_symbol_ptr") in canGoAfterDWARF()154 StringRef SegName = MSec.getSegmentName(); in ChangeSection() local155 if (SegName == "__DWARF") in ChangeSection()
271 std::string SegName; member339 Segment.SegName = SC.segname; in getSegment()353 Segment.SegName = SC.segname; in getSegment()774 W.printString("Name", MOSegment.SegName); in printMachOSegment()
293 StringRef SegName = SLC.segname; in getSectionsAndSymbols() local294 if (!BaseSegmentAddressSet && SegName != "__PAGEZERO") { in getSectionsAndSymbols()1015 StringRef SegName = O->getSectionFinalSegmentName(Ref); in DumpSectionContents() local1016 if ((DumpSegName.empty() || SegName == DumpSegName) && in DumpSectionContents()1036 outs() << "Contents of (" << SegName << "," << SectName in DumpSectionContents()1042 DisassembleMachO(Filename, O, SegName, SectName); in DumpSectionContents()1045 if (SegName == "__TEXT" && SectName == "__info_plist") { in DumpSectionContents()1049 if (SegName == "__OBJC" && SectName == "__protocol") { in DumpSectionContents()1104 StringRef SegName = O->getSectionFinalSegmentName(Ref); in DumpInfoPlistSectionContents() local1105 if (SegName == "__TEXT" && SectName == "__info_plist") { in DumpInfoPlistSectionContents()[all …]