| 822 | } |
| 823 | |
| 824 | struct FunctionPermutation { |
| 825 | std::vector<rabbitizer::InstructionRsp> instrs; |
| 826 | std::vector<uint32_t> permutation; |
| 827 | }; |
| 828 | |
| 829 | struct Permutation { |
| 830 | std::vector<uint32_t> instr_words; |
nothing calls this directly
no outgoing calls
no test coverage detected