| 827 | }; |
| 828 | |
| 829 | struct Permutation { |
| 830 | std::vector<uint32_t> instr_words; |
| 831 | std::vector<uint32_t> permutation; |
| 832 | }; |
| 833 | |
| 834 | struct Overlay { |
| 835 | std::vector<uint32_t> instr_words; |
nothing calls this directly
no outgoing calls
no test coverage detected