Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DCOFF.h33 const int32_t MaxNumberOfSections16 = 65279; variable
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFWriter.cpp537 bool IsBigObj = Obj.getSections().size() > MaxNumberOfSections16; in write()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFEmitter.cpp43 COFF::MaxNumberOfSections16; in useBigObj()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp824 UseBigObj = Sections.size() > COFF::MaxNumberOfSections16; in executePostLayoutBinding()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h331 if (CS16->SectionNumber <= COFF::MaxNumberOfSections16) in getSectionNumber()