LLVM 19.0.0git
WebAssemblyTargetObjectFile.cpp
Go to the documentation of this file.
1//===-- WebAssemblyTargetObjectFile.cpp - WebAssembly Object Info ---------===//
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 defines the functions of the WebAssembly-specific subclass
11/// of TargetLoweringObjectFile.
12///
13//===----------------------------------------------------------------------===//
14
17
18using namespace llvm;
19
21 const TargetMachine &TM) {
24}
const char LLVMTargetMachineRef TM
This file declares the WebAssembly-specific subclass of TargetMachine.
This file declares the WebAssembly-specific subclass of TargetLoweringObjectFile.
Context object for machine code objects.
Definition: MCContext.h:76
virtual void Initialize(MCContext &ctx, const TargetMachine &TM)
This method must be called before any actual lowering is done.
Primary interface to the complete machine description for the target machine.
Definition: TargetMachine.h:76
void Initialize(MCContext &Ctx, const TargetMachine &TM) override
This method must be called before any actual lowering is done.
This is an optimization pass for GlobalISel generic memory operations.
Definition: AddressRanges.h:18