LLVM 19.0.0git
M68kTargetObjectFile.h
Go to the documentation of this file.
1//===-- M68kELFTargetObjectFile.h - M68k Object Info ------------*- C++ -*-===//
2//
3// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4// See https://llvm.org/LICENSE.txt for license information.
5// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6//
7//===----------------------------------------------------------------------===//
8///
9/// \file
10/// This file contains declarations for M68k ELF object file lowering.
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;
22 const M68kTargetMachine *TM;
23 MCSection *SmallDataSection;
24 MCSection *SmallBSSSection;
25
26public:
27 void Initialize(MCContext &Ctx, const TargetMachine &TM) override;
28};
29} // end namespace llvm
30
31#endif // LLVM_LIB_TARGET_M68K_M68KTARGETOBJECTFILE_H
const char LLVMTargetMachineRef TM
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.
Definition: MCContext.h:81
Instances of this class represent a uniqued identifier for a section in the current translation unit.
Definition: MCSection.h:39
Primary interface to the complete machine description for the target machine.
Definition: TargetMachine.h:76
This is an optimization pass for GlobalISel generic memory operations.
Definition: AddressRanges.h:18