Searched refs:SystemZMCAsmBackend (Results 1 – 1 of 1) sorted by relevance
108 class SystemZMCAsmBackend : public MCAsmBackend { class110 SystemZMCAsmBackend() : MCAsmBackend(llvm::endianness::big) {} in SystemZMCAsmBackend() function in __anon767bb1d10411::SystemZMCAsmBackend131 SystemZMCAsmBackend::getFixupKind(StringRef Name) const { in getFixupKind()148 SystemZMCAsmBackend::getFixupKindInfo(MCFixupKind Kind) const { in getFixupKindInfo()162 bool SystemZMCAsmBackend::shouldForceRelocation(const MCAssembler &, in shouldForceRelocation()169 void SystemZMCAsmBackend::applyFixup(const MCAssembler &Asm, in applyFixup()195 bool SystemZMCAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData()203 class ELFSystemZAsmBackend : public SystemZMCAsmBackend {207 ELFSystemZAsmBackend(uint8_t OsABI) : SystemZMCAsmBackend(), OSABI(OsABI){}; in ELFSystemZAsmBackend()215 class GOFFSystemZAsmBackend : public SystemZMCAsmBackend {[all …]