Lines Matching refs:AArch64AsmBackend
29 class AArch64AsmBackend : public MCAsmBackend { class
36 AArch64AsmBackend(const Target &T, bool IsLittleEndian) in AArch64AsmBackend() function in __anonc3d971820111::AArch64AsmBackend
227 unsigned AArch64AsmBackend::getFixupKindContainereSizeInBytes(unsigned Kind) const { in getFixupKindContainereSizeInBytes()
264 void AArch64AsmBackend::applyFixup(const MCFixup &Fixup, char *Data, in applyFixup()
301 bool AArch64AsmBackend::mayNeedRelaxation(const MCInst &Inst) const { in mayNeedRelaxation()
305 bool AArch64AsmBackend::fixupNeedsRelaxation(const MCFixup &Fixup, in fixupNeedsRelaxation()
316 void AArch64AsmBackend::relaxInstruction(const MCInst &Inst, in relaxInstruction()
322 bool AArch64AsmBackend::writeNopData(uint64_t Count, MCObjectWriter *OW) const { in writeNopData()
375 class DarwinAArch64AsmBackend : public AArch64AsmBackend {
387 : AArch64AsmBackend(T, /*IsLittleEndian*/true), MRI(MRI) {} in DarwinAArch64AsmBackend()
529 class ELFAArch64AsmBackend : public AArch64AsmBackend {
534 : AArch64AsmBackend(T, IsLittleEndian), OSABI(OSABI) {} in ELFAArch64AsmBackend()