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

  /external/llvm/lib/Object/
ObjectFile.cpp 62 StringRef SectName;
63 if (!getSectionName(Sec, SectName))
64 return SectName == ".llvmbc";
MachOObjectFile.cpp 36 char sectname[16]; member in struct:__anon27446::section_base
711 StringRef SectName;
712 if (!getSectionName(Sec, SectName))
713 return (SegmentName == "__LLVM" && SectName == "__bitcode");
    [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 313 StringRef SectName;
314 Section.getName(SectName);
421 << Sec.sectname << ") "
427 << Sec.sectname << ") " << count << " entries";
449 << Sec.sectname << ") "
455 << Sec.sectname << ") " << count << " entries";
896 StringRef SectName;
897 Sect->getName(SectName);
900 outs() << SegmentName << ":" << SectName << ":";
    [all...]
  /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 133 milliseconds