| 267 | return RecTypeInfo; |
| 268 | } |
| 269 | void setRecursiveInfo(uint32_t Index, uint32_t Size) noexcept { |
| 270 | RecTypeInfo = RecInfo{Index, Size}; |
| 271 | } |
| 272 | |
| 273 | /// Getter for type index information in a module. |
| 274 | std::optional<uint32_t> getTypeIndex() const noexcept { return TypeIndex; } |
no outgoing calls