LLVM: lib/Target/M68k/M68kTargetObjectFile.h Source File (original) (raw)
Go to the documentation of this file.
1
2
3
4
5
6
7
8
9
10
11
12
13
14#ifndef LLVM_LIB_TARGET_M68K_M68KTARGETOBJECTFILE_H
15#define LLVM_LIB_TARGET_M68K_M68KTARGETOBJECTFILE_H
16
18
19namespace llvm {
20class M68kTargetMachine;
25
26public:
28};
29}
30
31#endif
void Initialize(MCContext &Ctx, const TargetMachine &TM) override
This method must be called before any actual lowering is done.
Context object for machine code objects.
Instances of this class represent a uniqued identifier for a section in the current translation unit.
Primary interface to the complete machine description for the target machine.
This is an optimization pass for GlobalISel generic memory operations.