#pragma once #include struct asm_offset_pass : gimple_opt_pass { asm_offset_pass(gcc::context* ctxt); unsigned int execute(function* fn) override; };