Home
last modified time | relevance | path

Searched refs:MaxSectionIndex (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DXCOFFEmitter.cpp31 constexpr int16_t MaxSectionIndex = INT16_MAX; variable
153 if ((I + 1) > MaxSectionIndex) { in initSectionHeaders()
155 Twine(MaxSectionIndex)); in initSectionHeaders()
/src/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp52 constexpr int16_t MaxSectionIndex = INT16_MAX; variable
1448 if (SectionIndex > MaxSectionIndex) in assignAddressesAndIndices()
1530 assert((SectionIndex <= MaxSectionIndex) && "Section index overflow!"); in assignAddressesAndIndices()