| 481 | class LazyTypeTable { |
| 482 | public: |
| 483 | LazyTypeTable(MLIRContext &context) : context(context) {} |
| 484 | |
| 485 | void initialize(ArrayRef<uint8_t> payloadData, ArrayRef<uint32_t> indices, |
| 486 | const BytecodeVersion &version) { |
nothing calls this directly
no outgoing calls
no test coverage detected