LLVM: lib/Target/M68k/TargetInfo/M68kTargetInfo.cpp Source File (original) (raw)

Go to the documentation of this file.

1

2

3

4

5

6

7

8

9

10

11

12

14

15using namespace llvm;

16

17namespace llvm {

19 static Target TheM68kTarget;

20 return TheM68kTarget;

21}

22}

23

#define LLVM_EXTERNAL_VISIBILITY

LLVM_EXTERNAL_VISIBILITY void LLVMInitializeM68kTargetInfo()

Definition M68kTargetInfo.cpp:24

static TableGen::Emitter::OptClass< SkeletonEmitter > X("gen-skeleton-class", "Generate example skeleton class")

Target - Wrapper for Target specific information.

This is an optimization pass for GlobalISel generic memory operations.

Target & getTheM68kTarget()

Definition M68kTargetInfo.cpp:18

RegisterTarget - Helper template for registering a target, for use in the target's initialization fun...