|
LLVM 22.0.0git
|
#include "ARC.h"#include "ARCMCInstLower.h"#include "ARCSubtarget.h"#include "ARCTargetMachine.h"#include "MCTargetDesc/ARCInstPrinter.h"#include "TargetInfo/ARCTargetInfo.h"#include "llvm/CodeGen/AsmPrinter.h"#include "llvm/CodeGen/MachineInstr.h"#include "llvm/MC/MCAsmInfo.h"#include "llvm/MC/MCInst.h"#include "llvm/MC/MCStreamer.h"#include "llvm/MC/TargetRegistry.h"#include "llvm/Support/raw_ostream.h"Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "asm-printer" |
Functions | |
| INITIALIZE_PASS (ARCAsmPrinter, "arc-asm-printer", "ARC Assmebly Printer", false, false) extern "C" LLVM_EXTERNAL_VISIBILITY void LLVMInitializeARCAsmPrinter() | |
| #define DEBUG_TYPE "asm-printer" |
Definition at line 30 of file ARCAsmPrinter.cpp.
| INITIALIZE_PASS | ( | ARCAsmPrinter | , |
| "arc-asm-printer" | , | ||
| "ARC Assmebly Printer" | , | ||
| false | , | ||
| false | ) |
Definition at line 79 of file ARCAsmPrinter.cpp.
References llvm::getTheARCTarget(), LLVM_EXTERNAL_VISIBILITY, and X.