LLVM 22.0.0git
Macros | Functions
XCoreAsmPrinter.cpp File Reference
#include "MCTargetDesc/XCoreInstPrinter.h"
#include "MCTargetDesc/XCoreTargetStreamer.h"
#include "TargetInfo/XCoreTargetInfo.h"
#include "XCore.h"
#include "XCoreMCInstLower.h"
#include "XCoreSubtarget.h"
#include "XCoreTargetMachine.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/CodeGen/AsmPrinter.h"
#include "llvm/CodeGen/MachineConstantPool.h"
#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/CodeGen/MachineJumpTableInfo.h"
#include "llvm/CodeGen/MachineModuleInfo.h"
#include "llvm/IR/DataLayout.h"
#include "llvm/IR/DerivedTypes.h"
#include "llvm/IR/Mangler.h"
#include "llvm/MC/MCAsmInfo.h"
#include "llvm/MC/MCExpr.h"
#include "llvm/MC/MCInst.h"
#include "llvm/MC/MCStreamer.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"
#include <algorithm>
#include <cctype>

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "asm-printer"
 

Functions

 INITIALIZE_PASS (XCoreAsmPrinter, "xcore-asm-printer", "XCore Assembly Printer", false, false) extern "C" LLVM_ABI LLVM_EXTERNAL_VISIBILITY void LLVMInitializeXCoreAsmPrinter()
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "asm-printer"

Definition at line 44 of file XCoreAsmPrinter.cpp.

Function Documentation

◆ INITIALIZE_PASS()

INITIALIZE_PASS ( XCoreAsmPrinter  ,
"xcore-asm-printer"  ,
"XCore Assembly Printer"  ,
false  ,
false   
)

Definition at line 295 of file XCoreAsmPrinter.cpp.

References llvm::getTheXCoreTarget(), and X.