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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430AsmBackend.cpp1 //===-- MSP430AsmBackend.cpp - MSP430 Assembler Backend -------------------===//
29 class MSP430AsmBackend : public MCAsmBackend { class in namespace:__anon5221
36 MSP430AsmBackend(const MCSubtargetInfo &STI, uint8_t OSABI) function in class:__anon5221::MSP430AsmBackend
38 ~MSP430AsmBackend() override {}
104 uint64_t MSP430AsmBackend::adjustFixupValue(const MCFixup &Fixup,
133 void MSP430AsmBackend::applyFixup(const MCAssembler &Asm, const MCFixup &Fixup,
158 bool MSP430AsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const {
176 return new MSP430AsmBackend(STI, ELF::ELFOSABI_STANDALONE);

Completed in 41 milliseconds