LLVM 22.0.0git
M68kELFObjectWriter.cpp File Reference

This file contains definitions for M68k ELF Writers. More...

Go to the source code of this file.

Enumerations

enum  M68kRelType { RT_32 , RT_16 , RT_8 }

Functions

static M68kRelType getType (unsigned Kind, M68k::Specifier &Modifier, bool &IsPCRel)

Detailed Description

This file contains definitions for M68k ELF Writers.

Definition in file M68kELFObjectWriter.cpp.

Enumeration Type Documentation

◆ M68kRelType

Enumerator
RT_32 
RT_16 
RT_8 

Definition at line 46 of file M68kELFObjectWriter.cpp.

Function Documentation

◆ getType()

M68kRelType getType ( unsigned Kind,
M68k::Specifier & Modifier,
bool & IsPCRel )
static