Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp1966 std::pair<StringRef, StringRef> DumpSegSectName; in DumpSectionContents() local
1967 DumpSegSectName = DumpSection.split(','); in DumpSectionContents()
1969 if (!DumpSegSectName.second.empty()) { in DumpSectionContents()
1970 DumpSegName = DumpSegSectName.first; in DumpSectionContents()
1971 DumpSectName = DumpSegSectName.second; in DumpSectionContents()
1974 DumpSectName = DumpSegSectName.first; in DumpSectionContents()