LLVM 20.0.0git
|
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) |
This file contains definitions for M68k ELF Writers.
Definition in file M68kELFObjectWriter.cpp.
enum M68kRelType |
Enumerator | |
---|---|
RT_32 | |
RT_16 | |
RT_8 |
Definition at line 45 of file M68kELFObjectWriter.cpp.
|
static |
Definition at line 48 of file M68kELFObjectWriter.cpp.
References llvm::FK_Data_1, llvm::FK_Data_2, llvm::FK_Data_4, llvm::FK_PCRel_1, llvm::FK_PCRel_2, llvm::FK_PCRel_4, llvm_unreachable, RT_16, RT_32, and RT_8.