|
LLVM 23.0.0git
|
#include "SystemZMCTargetDesc.h"#include "SystemZGNUInstPrinter.h"#include "SystemZHLASMAsmStreamer.h"#include "SystemZHLASMInstPrinter.h"#include "SystemZMCAsmInfo.h"#include "SystemZTargetStreamer.h"#include "TargetInfo/SystemZTargetInfo.h"#include "llvm/MC/MCContext.h"#include "llvm/MC/MCDwarf.h"#include "llvm/MC/MCInst.h"#include "llvm/MC/MCInstrAnalysis.h"#include "llvm/MC/MCInstrInfo.h"#include "llvm/MC/MCRegisterInfo.h"#include "llvm/MC/MCStreamer.h"#include "llvm/MC/MCSubtargetInfo.h"#include "llvm/MC/TargetRegistry.h"#include "llvm/Support/CommandLine.h"#include "llvm/Support/Compiler.h"#include "SystemZGenInstrInfo.inc"#include "SystemZGenSubtargetInfo.inc"#include "SystemZGenRegisterInfo.inc"Go to the source code of this file.
Macros | |
| #define | GET_INSTRINFO_MC_DESC |
| #define | ENABLE_INSTR_PREDICATE_VERIFIER |
| #define | GET_SUBTARGETINFO_MC_DESC |
| #define | GET_REGINFO_MC_DESC |
| #define ENABLE_INSTR_PREDICATE_VERIFIER |
Definition at line 31 of file SystemZMCTargetDesc.cpp.
| #define GET_INSTRINFO_MC_DESC |
Definition at line 30 of file SystemZMCTargetDesc.cpp.
| #define GET_REGINFO_MC_DESC |
Definition at line 37 of file SystemZMCTargetDesc.cpp.
| #define GET_SUBTARGETINFO_MC_DESC |
Definition at line 34 of file SystemZMCTargetDesc.cpp.
|
static |
Definition at line 197 of file SystemZMCTargetDesc.cpp.
References llvm::MCStreamer::getContext(), llvm::MCContext::getTargetTriple(), and llvm::Triple::isOSzOS().
|
static |
Definition at line 229 of file SystemZMCTargetDesc.cpp.
|
static |
Definition at line 221 of file SystemZMCTargetDesc.cpp.
References llvm::MCStreamer::getContext(), llvm::MCContext::getTargetTriple(), and llvm::Triple::isOSzOS().
|
static |
Definition at line 206 of file SystemZMCTargetDesc.cpp.
References llvm::createAsmStreamer().
Referenced by LLVMInitializeSystemZTargetMC().
|
static |
Definition at line 155 of file SystemZMCTargetDesc.cpp.
References llvm::MCAsmInfo::addInitialFrameState(), llvm::MCCFIInstruction::cfiDefCfa(), llvm::SystemZMC::ELFCFAOffsetFromInitialSP, llvm::MCRegisterInfo::getDwarfRegNum(), and Options.
Referenced by LLVMInitializeSystemZTargetMC().
|
static |
Definition at line 186 of file SystemZMCTargetDesc.cpp.
References llvm::AD_HLASM, and T.
Referenced by LLVMInitializeSystemZTargetMC().
|
static |
Definition at line 233 of file SystemZMCTargetDesc.cpp.
Referenced by LLVMInitializeSystemZTargetMC().
|
static |
Definition at line 169 of file SystemZMCTargetDesc.cpp.
References X.
Referenced by LLVMInitializeSystemZTargetMC().
|
static |
Definition at line 175 of file SystemZMCTargetDesc.cpp.
References X.
Referenced by LLVMInitializeSystemZTargetMC().
|
static |
Definition at line 182 of file SystemZMCTargetDesc.cpp.
Referenced by LLVMInitializeSystemZTargetMC().
| LLVM_ABI LLVM_EXTERNAL_VISIBILITY void LLVMInitializeSystemZTargetMC | ( | ) |
Definition at line 238 of file SystemZMCTargetDesc.cpp.
References createAsmTargetStreamer(), createNullTargetStreamer(), createObjectTargetStreamer(), createSystemZAsmStreamer(), llvm::createSystemZMCAsmBackend(), createSystemZMCAsmInfo(), llvm::createSystemZMCCodeEmitter(), createSystemZMCInstPrinter(), createSystemZMCInstrAnalysis(), createSystemZMCInstrInfo(), createSystemZMCRegisterInfo(), createSystemZMCSubtargetInfo(), llvm::getTheSystemZTarget(), llvm::TargetRegistry::RegisterAsmStreamer(), llvm::TargetRegistry::RegisterAsmTargetStreamer(), llvm::TargetRegistry::RegisterMCAsmBackend(), llvm::TargetRegistry::RegisterMCAsmInfo(), llvm::TargetRegistry::RegisterMCCodeEmitter(), llvm::TargetRegistry::RegisterMCInstPrinter(), llvm::TargetRegistry::RegisterMCInstrAnalysis(), llvm::TargetRegistry::RegisterMCInstrInfo(), llvm::TargetRegistry::RegisterMCRegInfo(), llvm::TargetRegistry::RegisterMCSubtargetInfo(), llvm::TargetRegistry::RegisterNullTargetStreamer(), and llvm::TargetRegistry::RegisterObjectTargetStreamer().