Searched refs:SectName (Results 1 – 1 of 1) sorted by relevance
277 StringRef SectName; in getSectionsAndSymbols() local278 Section.getName(SectName); in getSectionsAndSymbols()837 StringRef SectName; in DumpLiteralPointerSection() local838 Sect->getName(SectName); in DumpLiteralPointerSection()841 outs() << SegmentName << ":" << SectName << ":"; in DumpLiteralPointerSection()1012 StringRef SectName; in DumpSectionContents() local1013 Section.getName(SectName); in DumpSectionContents()1017 (SectName == DumpSectName)) { in DumpSectionContents()1036 outs() << "Contents of (" << SegName << "," << SectName in DumpSectionContents()1042 DisassembleMachO(Filename, O, SegName, SectName); in DumpSectionContents()[all …]