Searched refs:M68kAsmBackend (Results 1 – 2 of 2) sorted by relevance
41 class M68kAsmBackend : public MCAsmBackend { class44 M68kAsmBackend(const Target &T) : MCAsmBackend(support::big) {} in M68kAsmBackend() function in __anonfb19c6fa0111::M68kAsmBackend148 bool M68kAsmBackend::mayNeedRelaxation(const MCInst &Inst, in mayNeedRelaxation()168 bool M68kAsmBackend::fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value, in fixupNeedsRelaxation()187 void M68kAsmBackend::relaxInstruction(MCInst &Inst, in relaxInstruction()203 bool M68kAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const { in writeNopData()218 class M68kELFAsmBackend : public M68kAsmBackend {222 : M68kAsmBackend(T), OSABI(OSABI) {} in M68kELFAsmBackend()
2 M68kAsmBackend.cpp