LLVM 19.0.0git
Enumerations | Functions
M68kELFObjectWriter.cpp File Reference

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

#include "MCTargetDesc/M68kFixupKinds.h"
#include "MCTargetDesc/M68kMCTargetDesc.h"
#include "llvm/BinaryFormat/ELF.h"
#include "llvm/MC/MCAsmInfo.h"
#include "llvm/MC/MCContext.h"
#include "llvm/MC/MCELFObjectWriter.h"
#include "llvm/MC/MCExpr.h"
#include "llvm/MC/MCValue.h"
#include "llvm/Support/ErrorHandling.h"

Go to the source code of this file.

Enumerations

enum  M68kRelType { RT_32 , RT_16 , RT_8 }
 

Functions

static M68kRelType getType (unsigned Kind, MCSymbolRefExpr::VariantKind &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 45 of file M68kELFObjectWriter.cpp.

Function Documentation

◆ getType()

static M68kRelType getType ( unsigned  Kind,
MCSymbolRefExpr::VariantKind Modifier,
bool IsPCRel 
)
static