Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-objdump/
DMachODump.cpp291 StringRef SectName; in getSectionsAndSymbols() local
292 Section.getName(SectName); in getSectionsAndSymbols()
872 StringRef SectName; in DumpLiteralPointerSection() local
873 Sect->getName(SectName); in DumpLiteralPointerSection()
876 outs() << SegmentName << ":" << SectName << ":"; in DumpLiteralPointerSection()
1050 StringRef SectName; in DumpSectionContents() local
1051 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 …]