Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-objdump/
DMachODump.cpp277 StringRef SectName; in getSectionsAndSymbols() local
278 Section.getName(SectName); in getSectionsAndSymbols()
837 StringRef SectName; in DumpLiteralPointerSection() local
838 Sect->getName(SectName); in DumpLiteralPointerSection()
841 outs() << SegmentName << ":" << SectName << ":"; in DumpLiteralPointerSection()
1012 StringRef SectName; in DumpSectionContents() local
1013 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 …]