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