Searched refs:SectName (Results 1 – 1 of 1) sorted by relevance
291 StringRef SectName; in getSectionsAndSymbols() local292 Section.getName(SectName); in getSectionsAndSymbols()872 StringRef SectName; in DumpLiteralPointerSection() local873 Sect->getName(SectName); in DumpLiteralPointerSection()876 outs() << SegmentName << ":" << SectName << ":"; in DumpLiteralPointerSection()1050 StringRef SectName; in DumpSectionContents() local1051 Section.getName(SectName); in DumpSectionContents()1055 (SectName == DumpSectName)) { in DumpSectionContents()1079 outs() << "Contents of (" << SegName << "," << SectName in DumpSectionContents()1085 DisassembleMachO(Filename, O, SegName, SectName); in DumpSectionContents()[all …]