Return true if SectionNumber is a reserved special section number.
Declared in <llvm/BinaryFormat/COFF.h>
bool
isReservedSectionNumber(int32_t SectionNumber);
True if SectionNumber is reserved (zero or negative).
| Name | Description |
|---|---|
| SectionNumber | COFF section number to test. |