Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DXCOFFEmitter.cpp30 constexpr int16_t MaxSectionIndex = INT16_MAX; variable
130 if ((I + 1) > MaxSectionIndex) { in initSectionHeader()
132 Twine(MaxSectionIndex)); in initSectionHeader()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp53 constexpr int16_t MaxSectionIndex = INT16_MAX; variable
1275 if (SectionIndex > MaxSectionIndex) in assignAddressesAndIndices()
1357 assert((SectionIndex <= MaxSectionIndex) && "Section index overflow!"); in assignAddressesAndIndices()