|
LLVM
3.7.0
|
#include "MCTargetDesc/AArch64AddressingModes.h"#include "AArch64.h"#include "AArch64MCInstLower.h"#include "AArch64MachineFunctionInfo.h"#include "AArch64RegisterInfo.h"#include "AArch64Subtarget.h"#include "InstPrinter/AArch64InstPrinter.h"#include "MCTargetDesc/AArch64MCExpr.h"#include "llvm/ADT/SmallString.h"#include "llvm/ADT/StringSwitch.h"#include "llvm/ADT/Twine.h"#include "llvm/CodeGen/AsmPrinter.h"#include "llvm/CodeGen/MachineInstr.h"#include "llvm/CodeGen/MachineModuleInfoImpls.h"#include "llvm/CodeGen/StackMaps.h"#include "llvm/CodeGen/TargetLoweringObjectFileImpl.h"#include "llvm/IR/DataLayout.h"#include "llvm/IR/DebugInfo.h"#include "llvm/MC/MCAsmInfo.h"#include "llvm/MC/MCContext.h"#include "llvm/MC/MCInst.h"#include "llvm/MC/MCInstBuilder.h"#include "llvm/MC/MCLinkerOptimizationHint.h"#include "llvm/MC/MCStreamer.h"#include "llvm/MC/MCSymbol.h"#include "llvm/Support/Debug.h"#include "llvm/Support/TargetRegistry.h"#include "llvm/Support/raw_ostream.h"#include "AArch64GenMCPseudoLowering.inc"Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "asm-printer" |
Functions | |
| void | LLVMInitializeAArch64AsmPrinter () |
| #define DEBUG_TYPE "asm-printer" |
Definition at line 45 of file AArch64AsmPrinter.cpp.
| void LLVMInitializeAArch64AsmPrinter | ( | ) |
Definition at line 552 of file AArch64AsmPrinter.cpp.
References llvm::TheAArch64beTarget, llvm::TheAArch64leTarget, llvm::TheARM64Target, X, and Y.
1.8.6