LLVM
20.0.0git
lib
Target
M68k
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
17
#include "
llvm/CodeGen/TargetLoweringObjectFileImpl.h
"
18
19
namespace
llvm
{
20
class
M68kTargetMachine;
21
class
M68kELFTargetObjectFile
:
public
TargetLoweringObjectFileELF
{
22
const
M68kTargetMachine
*TM;
23
MCSection
*SmallDataSection;
24
MCSection
*SmallBSSSection;
25
26
public
:
27
void
Initialize
(
MCContext
&Ctx,
const
TargetMachine
&TM)
override
;
28
};
29
}
// end namespace llvm
30
31
#endif
// LLVM_LIB_TARGET_M68K_M68KTARGETOBJECTFILE_H
TargetLoweringObjectFileImpl.h
llvm::M68kELFTargetObjectFile
Definition:
M68kTargetObjectFile.h:21
llvm::M68kELFTargetObjectFile::Initialize
void Initialize(MCContext &Ctx, const TargetMachine &TM) override
This method must be called before any actual lowering is done.
Definition:
M68kTargetObjectFile.cpp:35
llvm::M68kTargetMachine
Definition:
M68kTargetMachine.h:31
llvm::MCContext
Context object for machine code objects.
Definition:
MCContext.h:83
llvm::MCSection
Instances of this class represent a uniqued identifier for a section in the current translation unit.
Definition:
MCSection.h:36
llvm::TargetLoweringObjectFileELF
Definition:
TargetLoweringObjectFileImpl.h:34
llvm::TargetMachine
Primary interface to the complete machine description for the target machine.
Definition:
TargetMachine.h:77
llvm
This is an optimization pass for GlobalISel generic memory operations.
Definition:
AddressRanges.h:18
Generated on Tue Nov 12 2024 16:35:09 for LLVM by
1.9.6