Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430AsmBackend.cpp29 class MSP430AsmBackend : public MCAsmBackend { class
36 MSP430AsmBackend(const MCSubtargetInfo &STI, uint8_t OSABI) in MSP430AsmBackend() function in __anon9d68ee110111::MSP430AsmBackend
38 ~MSP430AsmBackend() override = default;
91 uint64_t MSP430AsmBackend::adjustFixupValue(const MCFixup &Fixup, in adjustFixupValue()
120 void MSP430AsmBackend::applyFixup(const MCAssembler &Asm, const MCFixup &Fixup, in applyFixup()
145 bool MSP430AsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData()
164 return new MSP430AsmBackend(STI, ELF::ELFOSABI_STANDALONE); in createMSP430MCAsmBackend()