Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kAsmBackend.cpp41 class M68kAsmBackend : public MCAsmBackend { class
44 M68kAsmBackend(const Target &T) : MCAsmBackend(support::big) {} in M68kAsmBackend() function in __anonfb19c6fa0111::M68kAsmBackend
148 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()
H A DCMakeLists.txt2 M68kAsmBackend.cpp