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")
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
kxia64.h 717 #define beginSection(SectName) .##section .CRT$##SectName,"a","progbits"
718 #define endSection(SectName)

Completed in 98 milliseconds