|
|
|
@ -26,8 +26,11 @@ public: |
|
|
|
|
|
|
|
protected: |
|
|
|
friend class A64Core; |
|
|
|
|
|
|
|
void EmitPrelude(); |
|
|
|
EmitConfig GetEmitConfig() override; |
|
|
|
void RegisterNewBasicBlock(const IR::Block& block, const EmittedBlockInfo& block_info) override; |
|
|
|
|
|
|
|
const A64::UserConfig conf; |
|
|
|
BlockRangeInformation<u64> block_ranges; |
|
|
|
}; |
|
|
|
|