Searched refs:AArch64AsmBackend (Results 1 – 2 of 2) sorted by relevance
35 class AArch64AsmBackend : public MCAsmBackend { class42 AArch64AsmBackend(const Target &T, const Triple &TT, bool IsLittleEndian) in AArch64AsmBackend() function in __anon1d7386b50111::AArch64AsmBackend356 AArch64AsmBackend::getFixupKind(StringRef Name) const { in getFixupKind()376 unsigned AArch64AsmBackend::getFixupKindContainereSizeInBytes(unsigned Kind) const { in getFixupKindContainereSizeInBytes()413 void AArch64AsmBackend::applyFixup(const MCAssembler &Asm, const MCFixup &Fixup, in applyFixup()484 bool AArch64AsmBackend::fixupNeedsRelaxation(const MCFixup &Fixup, in fixupNeedsRelaxation()493 void AArch64AsmBackend::relaxInstruction(MCInst &Inst, in relaxInstruction()498 bool AArch64AsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData()512 bool AArch64AsmBackend::shouldForceRelocation(const MCAssembler &Asm, in shouldForceRelocation()578 class DarwinAArch64AsmBackend : public AArch64AsmBackend {[all …]
1303 SRCS_MIN+= Target/AArch64/MCTargetDesc/AArch64AsmBackend.cpp