LLVM: lib/Target/WebAssembly/WebAssemblyTargetObjectFile.cpp 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

16

17using namespace llvm;

18

This file declares the WebAssembly-specific subclass of TargetLoweringObjectFile.

Context object for machine code objects.

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.

void Initialize(MCContext &Ctx, const TargetMachine &TM) override

This method must be called before any actual lowering is done.

Definition WebAssemblyTargetObjectFile.cpp:19

This is an optimization pass for GlobalISel generic memory operations.