Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching refs:ARMAsmBackend

1 //===-- ARMAsmBackend.cpp - ARM Assembler Backend -------------------------===//
42 class ARMAsmBackend : public MCAsmBackend {
46 ARMAsmBackend(const Target &T, const StringRef TT)
50 ~ARMAsmBackend() {
161 bool ARMAsmBackend::mayNeedRelaxation(const MCInst &Inst) const {
167 bool ARMAsmBackend::fixupNeedsRelaxation(const MCFixup &Fixup,
203 void ARMAsmBackend::relaxInstruction(const MCInst &Inst, MCInst &Res) const {
221 bool ARMAsmBackend::writeNopData(uint64_t Count, MCObjectWriter *OW) const {
523 void ARMAsmBackend::processFixupValue(const MCAssembler &Asm,
608 void ARMAsmBackend::applyFixup(const MCFixup &Fixup, char *Data,
628 class ELFARMAsmBackend : public ARMAsmBackend {
633 : ARMAsmBackend(T, TT), OSABI(_OSABI) { }
641 class DarwinARMAsmBackend : public ARMAsmBackend {
646 : ARMAsmBackend(T, TT), Subtype(st) {