LLVM 22.0.0git
|
#include "MCTargetDesc/MSP430InstPrinter.h"
#include "MSP430MCInstLower.h"
#include "MSP430TargetMachine.h"
#include "TargetInfo/MSP430TargetInfo.h"
#include "llvm/BinaryFormat/ELF.h"
#include "llvm/CodeGen/AsmPrinter.h"
#include "llvm/CodeGen/MachineConstantPool.h"
#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/CodeGen/MachineModuleInfo.h"
#include "llvm/IR/Mangler.h"
#include "llvm/MC/MCAsmInfo.h"
#include "llvm/MC/MCInst.h"
#include "llvm/MC/MCSectionELF.h"
#include "llvm/MC/MCStreamer.h"
#include "llvm/MC/MCSymbol.h"
#include "llvm/MC/TargetRegistry.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/raw_ostream.h"
Go to the source code of this file.
Macros | |
#define | DEBUG_TYPE "asm-printer" |
Functions | |
INITIALIZE_PASS (MSP430AsmPrinter, "msp430-asm-printer", "MSP430 Assembly Printer", false, false) extern "C" LLVM_ABI LLVM_EXTERNAL_VISIBILITY void LLVMInitializeMSP430AsmPrinter() |
#define DEBUG_TYPE "asm-printer" |
Definition at line 34 of file MSP430AsmPrinter.cpp.
INITIALIZE_PASS | ( | MSP430AsmPrinter | , |
"msp430-asm-printer" | , | ||
"MSP430 Assembly Printer" | , | ||
false | , | ||
false | ) |
Definition at line 189 of file MSP430AsmPrinter.cpp.
References llvm::getTheMSP430Target(), LLVM_ABI, LLVM_EXTERNAL_VISIBILITY, and X.