Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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 __anon6a57e7410111::MSP430AsmBackend
38 ~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()
H A DCMakeLists.txt2 MSP430AsmBackend.cpp