Home
last modified time | relevance | path

Searched refs:SectName (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/llvm/tools/llvm-objdump/
HDMachODump.cpp280 StringRef SectName; in getSectionsAndSymbols() local
281 Section.getName(SectName); in getSectionsAndSymbols()
844 StringRef SectName; in DumpLiteralPointerSection() local
845 Sect->getName(SectName); in DumpLiteralPointerSection()
848 outs() << SegmentName << ":" << SectName << ":"; in DumpLiteralPointerSection()
1022 StringRef SectName; in DumpSectionContents() local
1023 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 …]