Lines Matching defs:SystemZMCAsmBackend
1 //===-- SystemZMCAsmBackend.cpp - SystemZ assembler backend ---------------===//
108 class SystemZMCAsmBackend : public MCAsmBackend {
110 SystemZMCAsmBackend() : MCAsmBackend(llvm::endianness::big) {}
131 SystemZMCAsmBackend::getFixupKind(StringRef Name) const {
148 SystemZMCAsmBackend::getFixupKindInfo(MCFixupKind Kind) const {
162 bool SystemZMCAsmBackend::shouldForceRelocation(const MCAssembler &,
169 void SystemZMCAsmBackend::applyFixup(const MCAssembler &Asm,
195 bool SystemZMCAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count,
203 class ELFSystemZAsmBackend : public SystemZMCAsmBackend {
207 ELFSystemZAsmBackend(uint8_t OsABI) : SystemZMCAsmBackend(), OSABI(OsABI){};
215 class GOFFSystemZAsmBackend : public SystemZMCAsmBackend {
217 GOFFSystemZAsmBackend() : SystemZMCAsmBackend(){};