Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/MCTargetDesc/
DMBlazeAsmBackend.cpp49 class MBlazeAsmBackend : public MCAsmBackend { class
51 MBlazeAsmBackend(const Target &T) in MBlazeAsmBackend() function in __anon70b6ed070111::MBlazeAsmBackend
79 bool MBlazeAsmBackend::MayNeedRelaxation(const MCInst &Inst) const { in MayNeedRelaxation()
90 void MBlazeAsmBackend::RelaxInstruction(const MCInst &Inst, MCInst &Res) const { in RelaxInstruction()
95 bool MBlazeAsmBackend::WriteNopData(uint64_t Count, MCObjectWriter *OW) const { in WriteNopData()
107 class ELFMBlazeAsmBackend : public MBlazeAsmBackend {
111 : MBlazeAsmBackend(T), OSType(_OSType) { } in ELFMBlazeAsmBackend()