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

  /external/llvm/include/llvm/Support/
COFF.h 34 const int32_t MaxNumberOfSections16 = 65279;
  /external/llvm/include/llvm/Object/
COFF.h 289 if (CS16->SectionNumber <= COFF::MaxNumberOfSections16)
  /external/llvm/tools/yaml2obj/
yaml2coff.cpp 43 COFF::MaxNumberOfSections16;
  /external/llvm/lib/MC/
WinCOFFObjectWriter.cpp 817 UseBigObj = NumberOfSections > COFF::MaxNumberOfSections16;
    [all...]

Completed in 915 milliseconds