|
LLVM
8.0.1
|
#include "InstPrinter/XCoreInstPrinter.h"#include "XCore.h"#include "XCoreInstrInfo.h"#include "XCoreMCInstLower.h"#include "XCoreSubtarget.h"#include "XCoreTargetMachine.h"#include "XCoreTargetStreamer.h"#include "llvm/ADT/SmallString.h"#include "llvm/ADT/StringExtras.h"#include "llvm/CodeGen/AsmPrinter.h"#include "llvm/CodeGen/MachineConstantPool.h"#include "llvm/CodeGen/MachineFunctionPass.h"#include "llvm/CodeGen/MachineInstr.h"#include "llvm/CodeGen/MachineJumpTableInfo.h"#include "llvm/CodeGen/MachineModuleInfo.h"#include "llvm/IR/Constants.h"#include "llvm/IR/DataLayout.h"#include "llvm/IR/DebugInfo.h"#include "llvm/IR/DerivedTypes.h"#include "llvm/IR/Mangler.h"#include "llvm/IR/Module.h"#include "llvm/MC/MCAsmInfo.h"#include "llvm/MC/MCExpr.h"#include "llvm/MC/MCInst.h"#include "llvm/MC/MCStreamer.h"#include "llvm/MC/MCSymbolELF.h"#include "llvm/Support/ErrorHandling.h"#include "llvm/Support/TargetRegistry.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 | |
| void | LLVMInitializeXCoreAsmPrinter () |
| #define DEBUG_TYPE "asm-printer" |
Definition at line 49 of file XCoreAsmPrinter.cpp.
| void LLVMInitializeXCoreAsmPrinter | ( | ) |
Definition at line 298 of file XCoreAsmPrinter.cpp.
References llvm::getTheXCoreTarget(), and X.
1.8.13