|
LLVM 22.0.0git
|
#include "AVR.h"#include "AVRMCInstLower.h"#include "AVRSubtarget.h"#include "AVRTargetMachine.h"#include "MCTargetDesc/AVRInstPrinter.h"#include "MCTargetDesc/AVRMCAsmInfo.h"#include "TargetInfo/AVRTargetInfo.h"#include "llvm/CodeGen/AsmPrinter.h"#include "llvm/CodeGen/MachineFunction.h"#include "llvm/CodeGen/MachineInstr.h"#include "llvm/CodeGen/MachineModuleInfo.h"#include "llvm/CodeGen/TargetRegisterInfo.h"#include "llvm/CodeGen/TargetSubtargetInfo.h"#include "llvm/IR/Mangler.h"#include "llvm/IR/Module.h"#include "llvm/MC/MCContext.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/ErrorHandling.h"#include "llvm/Support/raw_ostream.h"#include "llvm/Target/TargetLoweringObjectFile.h"Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "avr-asm-printer" |
Functions | |
| INITIALIZE_PASS (AVRAsmPrinter, "avr-asm-printer", "AVR Assembly Printer", false, false) extern "C" LLVM_ABI LLVM_EXTERNAL_VISIBILITY void LLVMInitializeAVRAsmPrinter() | |
| #define DEBUG_TYPE "avr-asm-printer" |
Definition at line 41 of file AVRAsmPrinter.cpp.
| INITIALIZE_PASS | ( | AVRAsmPrinter | , |
| "avr-asm-printer" | , | ||
| "AVR Assembly Printer" | , | ||
| false | , | ||
| false | ) |
Definition at line 336 of file AVRAsmPrinter.cpp.
References llvm::getTheAVRTarget(), LLVM_ABI, LLVM_EXTERNAL_VISIBILITY, and X.