Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DCOFF.h34 const int32_t MaxNumberOfSections16 = 65279; variable
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCOFF.h34 const int32_t MaxNumberOfSections16 = 65279; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DCOFF.h33 const int32_t MaxNumberOfSections16 = 65279; variable
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DCOFF.h33 const int32_t MaxNumberOfSections16 = 65279; variable
/external/llvm-project/llvm/tools/llvm-objcopy/COFF/
DWriter.cpp440 bool IsBigObj = Obj.getSections().size() > MaxNumberOfSections16; in write()
/external/llvm/tools/yaml2obj/
Dyaml2coff.cpp42 COFF::MaxNumberOfSections16; in useBigObj()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCOFFEmitter.cpp46 COFF::MaxNumberOfSections16; in useBigObj()
/external/llvm-project/llvm/lib/ObjectYAML/
DCOFFEmitter.cpp46 COFF::MaxNumberOfSections16; in useBigObj()
/external/llvm/lib/MC/
DWinCOFFObjectWriter.cpp813 UseBigObj = NumberOfSections > COFF::MaxNumberOfSections16; in writeObject()
/external/llvm/include/llvm/Object/
DCOFF.h324 if (CS16->SectionNumber <= COFF::MaxNumberOfSections16) in getSectionNumber()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWinCOFFObjectWriter.cpp960 UseBigObj = Sections.size() > COFF::MaxNumberOfSections16; in writeObject()
/external/llvm-project/llvm/lib/MC/
DWinCOFFObjectWriter.cpp1019 UseBigObj = Sections.size() > COFF::MaxNumberOfSections16; in writeObject()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DCOFF.h326 if (CS16->SectionNumber <= COFF::MaxNumberOfSections16) in getSectionNumber()
/external/llvm-project/llvm/include/llvm/Object/
DCOFF.h326 if (CS16->SectionNumber <= COFF::MaxNumberOfSections16) in getSectionNumber()