LLVM: lib/Target/M68k/MCTargetDesc/M68kFixupKinds.h 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#ifndef LLVM_LIB_TARGET_M68k_MCTARGETDESC_M68kFIXUPKINDS_H

15#define LLVM_LIB_TARGET_M68k_MCTARGETDESC_M68kFIXUPKINDS_H

16

18

19namespace llvm {

21 switch (Kind) {

23 return 0;

25 return 1;

27 return 2;

28 }

30}

31}

32

33#endif

#define llvm_unreachable(msg)

Marks that the current location is not supposed to be reachable.

This is an optimization pass for GlobalISel generic memory operations.

static unsigned getFixupKindLog2Size(unsigned Kind)

Definition M68kFixupKinds.h:20

@ FK_Data_1

A one-byte fixup.

@ FK_Data_4

A four-byte fixup.

@ FK_Data_2

A two-byte fixup.