Returns the section order, which has a higher priority than section id.
| 287 | |
| 288 | //! Returns the section order, which has a higher priority than section id. |
| 289 | [[nodiscard]] |
| 290 | ASMJIT_INLINE_NODEBUG int32_t order() const noexcept { return _order; } |
| 291 | |
| 292 | //! Returns the section offset, relative to base. |
| 293 | [[nodiscard]] |