LLVM
20.0.0git
lib
Target
WebAssembly
WebAssemblyTargetObjectFile.h
Go to the documentation of this file.
1
//===-- WebAssemblyTargetObjectFile.h - WebAssembly 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 declares the WebAssembly-specific subclass of
11
/// TargetLoweringObjectFile.
12
///
13
//===----------------------------------------------------------------------===//
14
15
#ifndef LLVM_LIB_TARGET_WEBASSEMBLY_WEBASSEMBLYTARGETOBJECTFILE_H
16
#define LLVM_LIB_TARGET_WEBASSEMBLY_WEBASSEMBLYTARGETOBJECTFILE_H
17
18
#include "
llvm/CodeGen/TargetLoweringObjectFileImpl.h
"
19
20
namespace
llvm
{
21
22
class
WebAssemblyTargetObjectFile
final :
public
TargetLoweringObjectFileWasm
{
23
public
:
24
void
Initialize
(
MCContext
&Ctx,
const
TargetMachine
&
TM
)
override
;
25
};
26
27
}
// end namespace llvm
28
29
#endif
TargetLoweringObjectFileImpl.h
llvm::MCContext
Context object for machine code objects.
Definition:
MCContext.h:83
llvm::TargetLoweringObjectFileWasm
Definition:
TargetLoweringObjectFileImpl.h:208
llvm::TargetLoweringObjectFile::TM
const TargetMachine * TM
Definition:
TargetLoweringObjectFile.h:68
llvm::TargetMachine
Primary interface to the complete machine description for the target machine.
Definition:
TargetMachine.h:77
llvm::WebAssemblyTargetObjectFile
Definition:
WebAssemblyTargetObjectFile.h:22
llvm::WebAssemblyTargetObjectFile::Initialize
void Initialize(MCContext &Ctx, const TargetMachine &TM) override
This method must be called before any actual lowering is done.
Definition:
WebAssemblyTargetObjectFile.cpp:20
llvm
This is an optimization pass for GlobalISel generic memory operations.
Definition:
AddressRanges.h:18
Generated on Sun Nov 24 2024 10:55:13 for LLVM by
1.9.6