selfpatch-slr/pinpoint/stage1/stage1.h

9 lines
170 B
C

#pragma once
#include <safe-gimple.h>
struct asm_offset_pass : gimple_opt_pass {
asm_offset_pass(gcc::context* ctxt);
unsigned int execute(function* fn) override;
};