Searched refs:MSP430AsmBackend (Results 1 – 2 of 2) sorted by relevance
29 class MSP430AsmBackend : public MCAsmBackend { class36 MSP430AsmBackend(const MCSubtargetInfo &STI, uint8_t OSABI) in MSP430AsmBackend() function in __anon6a57e7410111::MSP430AsmBackend38 ~MSP430AsmBackend() override = default;97 uint64_t MSP430AsmBackend::adjustFixupValue(const MCFixup &Fixup, in adjustFixupValue()126 void MSP430AsmBackend::applyFixup(const MCAssembler &Asm, const MCFixup &Fixup, in applyFixup()151 bool MSP430AsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData()170 return new MSP430AsmBackend(STI, ELF::ELFOSABI_STANDALONE); in createMSP430MCAsmBackend()
2 MSP430AsmBackend.cpp