mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
19f67c8223
Add a mixin class for piperuns that work on an LLVM module and need both the model function and the `llvm::Function`. Pipe that inherit this mixin will receive both the model and LLVM function in the `runOnLLVMFunction` method.