Home
last modified time | relevance | path

Searched refs:SystemZMCAsmBackend (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmBackend.cpp108 class SystemZMCAsmBackend : public MCAsmBackend { class
110 SystemZMCAsmBackend() : MCAsmBackend(llvm::endianness::big) {} in SystemZMCAsmBackend() function in __anon767bb1d10411::SystemZMCAsmBackend
124 SystemZMCAsmBackend::getFixupKind(StringRef Name) const { in getFixupKind()
140 MCFixupKindInfo SystemZMCAsmBackend::getFixupKindInfo(MCFixupKind Kind) const { in getFixupKindInfo()
154 void SystemZMCAsmBackend::applyFixup(const MCFragment &F, const MCFixup &Fixup, in applyFixup()
181 bool SystemZMCAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData()
189 class ELFSystemZAsmBackend : public SystemZMCAsmBackend {
193 ELFSystemZAsmBackend(uint8_t OsABI) : SystemZMCAsmBackend(), OSABI(OsABI){}; in ELFSystemZAsmBackend()
201 class GOFFSystemZAsmBackend : public SystemZMCAsmBackend {
203 GOFFSystemZAsmBackend() : SystemZMCAsmBackend(){}; in GOFFSystemZAsmBackend()