HomeSort by relevance Sort by last modified time
    Searched refs:SectName (Results 1 - 2 of 2) sorted by null

  /external/llvm/tools/llvm-objdump/
MachODump.cpp 160 StringRef SectName;
161 Section.getName(SectName);
311 StringRef SectName;
312 if (Sections[SectIdx].getName(SectName) ||
313 SectName != "__text")