|
LLVM
8.0.1
|
#include "InstPrinter/LanaiInstPrinter.h"#include "Lanai.h"#include "LanaiInstrInfo.h"#include "LanaiMCInstLower.h"#include "LanaiTargetMachine.h"#include "llvm/CodeGen/AsmPrinter.h"#include "llvm/CodeGen/MachineConstantPool.h"#include "llvm/CodeGen/MachineFunctionPass.h"#include "llvm/CodeGen/MachineInstr.h"#include "llvm/CodeGen/MachineModuleInfo.h"#include "llvm/IR/Constants.h"#include "llvm/IR/DerivedTypes.h"#include "llvm/IR/Mangler.h"#include "llvm/IR/Module.h"#include "llvm/MC/MCAsmInfo.h"#include "llvm/MC/MCInst.h"#include "llvm/MC/MCInstBuilder.h"#include "llvm/MC/MCStreamer.h"#include "llvm/MC/MCSymbol.h"#include "llvm/Support/TargetRegistry.h"#include "llvm/Support/raw_ostream.h"
Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "asm-printer" |
Functions | |
| void | LLVMInitializeLanaiAsmPrinter () |
| #define DEBUG_TYPE "asm-printer" |
Definition at line 37 of file LanaiAsmPrinter.cpp.
| void LLVMInitializeLanaiAsmPrinter | ( | ) |
Definition at line 241 of file LanaiAsmPrinter.cpp.
References llvm::getTheLanaiTarget(), and X.
1.8.13