Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kAsmBackend.cpp41 class M68kAsmBackend : public MCAsmBackend { class
44 M68kAsmBackend(const Target &T) : MCAsmBackend(llvm::endianness::big) {} in M68kAsmBackend() function in __anonfedfbb0f0111::M68kAsmBackend
148 bool M68kAsmBackend::mayNeedRelaxation(const MCInst &Inst, in mayNeedRelaxation()
168 bool M68kAsmBackend::fixupNeedsRelaxation(const MCFixup &Fixup, in fixupNeedsRelaxation()
186 void M68kAsmBackend::relaxInstruction(MCInst &Inst, in relaxInstruction()
202 bool M68kAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData()
218 class M68kELFAsmBackend : public M68kAsmBackend {
222 : M68kAsmBackend(T), OSABI(OSABI) {} in M68kELFAsmBackend()