Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp1717 StringRef DumpSegName, DumpSectName; in DumpSectionContents() local
1720 DumpSectName = DumpSegSectName.second; in DumpSectionContents()
1723 DumpSectName = DumpSegSectName.first; in DumpSectionContents()
1739 (SectName == DumpSectName)) { in DumpSectionContents()