Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp1412 std::pair<StringRef, StringRef> DumpSegSectName; in DumpSectionContents() local
1413 DumpSegSectName = DumpSection.split(','); in DumpSectionContents()
1415 if (!DumpSegSectName.second.empty()) { in DumpSectionContents()
1416 DumpSegName = DumpSegSectName.first; in DumpSectionContents()
1417 DumpSectName = DumpSegSectName.second; in DumpSectionContents()
1420 DumpSectName = DumpSegSectName.first; in DumpSectionContents()