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

/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp1066 std::pair<StringRef, StringRef> DumpSegSectName; local
1067 DumpSegSectName = DumpSection.split(',');
1069 if (DumpSegSectName.second.size()) {
1070 DumpSegName = DumpSegSectName.first;
1071 DumpSectName = DumpSegSectName.second;
1074 DumpSectName = DumpSegSectName.first;

Completed in 47 milliseconds