Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DXCOFFEmitter.cpp29 constexpr int16_t MaxSectionIndex = INT16_MAX; variable
112 if ((I + 1) > MaxSectionIndex) { in initSectionHeader()
114 Twine(MaxSectionIndex)); in initSectionHeader()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp51 constexpr int16_t MaxSectionIndex = INT16_MAX; variable
896 if (SectionIndex > MaxSectionIndex) in assignAddressesAndIndices()