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

/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp1068 StringRef DumpSegName, DumpSectName; local
1070 DumpSegName = DumpSegSectName.first;
1073 DumpSegName = "";
1081 if ((DumpSegName.empty() || SegName == DumpSegName) &&

Completed in 86 milliseconds