| 103 | /// Getter and setter for segment size. |
| 104 | uint32_t getSegSize() const noexcept { return SegSize; } |
| 105 | void setSegSize(uint32_t Size) noexcept { SegSize = Size; } |
| 106 | |
| 107 | /// Getter for locals vector. |
| 108 | Span<const std::pair<uint32_t, ValType>> getLocals() const noexcept { |
no outgoing calls