Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
DSystemZMCAsmBackend.cpp43 class SystemZMCAsmBackend : public MCAsmBackend { class
46 SystemZMCAsmBackend(uint8_t osABI) in SystemZMCAsmBackend() function in __anon7ff85ee90111::SystemZMCAsmBackend
74 Optional<MCFixupKind> SystemZMCAsmBackend::getFixupKind(StringRef Name) const { in getFixupKind()
91 SystemZMCAsmBackend::getFixupKindInfo(MCFixupKind Kind) const { in getFixupKindInfo()
113 bool SystemZMCAsmBackend::shouldForceRelocation(const MCAssembler &, in shouldForceRelocation()
119 void SystemZMCAsmBackend::applyFixup(const MCAssembler &Asm, in applyFixup()
145 bool SystemZMCAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const { in writeNopData()
157 return new SystemZMCAsmBackend(OSABI); in createSystemZMCAsmBackend()