Home
last modified time | relevance | path

Searched refs:MaxNumberOfSections16 (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/Support/
DCOFF.h34 const int32_t MaxNumberOfSections16 = 65279; variable
/external/llvm/tools/yaml2obj/
Dyaml2coff.cpp42 COFF::MaxNumberOfSections16; in useBigObj()
/external/llvm/include/llvm/Object/
DCOFF.h324 if (CS16->SectionNumber <= COFF::MaxNumberOfSections16) in getSectionNumber()
/external/llvm/lib/MC/
DWinCOFFObjectWriter.cpp813 UseBigObj = NumberOfSections > COFF::MaxNumberOfSections16; in writeObject()