Searched refs:SectName (Results 1 – 1 of 1) sorted by relevance
280 StringRef SectName; in getSectionsAndSymbols() local281 Section.getName(SectName); in getSectionsAndSymbols()844 StringRef SectName; in DumpLiteralPointerSection() local845 Sect->getName(SectName); in DumpLiteralPointerSection()848 outs() << SegmentName << ":" << SectName << ":"; in DumpLiteralPointerSection()1022 StringRef SectName; in DumpSectionContents() local1023 Section.getName(SectName); in DumpSectionContents()1027 (SectName == DumpSectName)) { in DumpSectionContents()1046 outs() << "Contents of (" << SegName << "," << SectName in DumpSectionContents()1052 DisassembleMachO(Filename, O, SegName, SectName); in DumpSectionContents()[all …]