LLVM 22.0.0git
Macros | Functions
M68kAsmPrinter.cpp File Reference

This file contains a printer that converts from our internal representation of machine-dependent LLVM code to GAS-format M68k assembly language. More...

#include "M68kAsmPrinter.h"
#include "M68k.h"
#include "M68kMachineFunction.h"
#include "MCTargetDesc/M68kInstPrinter.h"
#include "TargetInfo/M68kTargetInfo.h"
#include "llvm/MC/TargetRegistry.h"

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "m68k-asm-printer"
 

Functions

 INITIALIZE_PASS (M68kAsmPrinter, "m68k-asm-printer", "M68k Assembly Printer", false, false) extern "C" LLVM_EXTERNAL_VISIBILITY void LLVMInitializeM68kAsmPrinter()
 

Detailed Description

This file contains a printer that converts from our internal representation of machine-dependent LLVM code to GAS-format M68k assembly language.

Definition in file M68kAsmPrinter.cpp.

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "m68k-asm-printer"

Definition at line 28 of file M68kAsmPrinter.cpp.

Function Documentation

◆ INITIALIZE_PASS()

INITIALIZE_PASS ( M68kAsmPrinter  ,
"m68k-asm-printer"  ,
"M68k Assembly Printer"  ,
false  ,
false   
)

Definition at line 200 of file M68kAsmPrinter.cpp.

References llvm::getTheM68kTarget(), and X.