Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCOFF.h34 const int32_t MaxNumberOfSections16 = 65279; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DCOFF.h34 const int32_t MaxNumberOfSections16 = 65279; variable
/external/llvm/include/llvm/Support/
DCOFF.h34 const int32_t MaxNumberOfSections16 = 65279; variable
/external/llvm/tools/yaml2obj/
Dyaml2coff.cpp42 COFF::MaxNumberOfSections16; in useBigObj()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2coff.cpp44 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-7.0/llvm/lib/MC/
DWinCOFFObjectWriter.cpp973 UseBigObj = Sections.size() > COFF::MaxNumberOfSections16; in writeObject()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DCOFF.h324 if (CS16->SectionNumber <= COFF::MaxNumberOfSections16) in getSectionNumber()