Searched refs:AArch64AsmBackend (Results 1 – 4 of 4) sorted by relevance
34 class AArch64AsmBackend : public MCAsmBackend { class41 AArch64AsmBackend(const Target &T, const Triple &TT, bool IsLittleEndian) in AArch64AsmBackend() function in __anon477f96e00111::AArch64AsmBackend329 Optional<MCFixupKind> AArch64AsmBackend::getFixupKind(StringRef Name) const { in getFixupKind()349 unsigned AArch64AsmBackend::getFixupKindContainereSizeInBytes(unsigned Kind) const { in getFixupKindContainereSizeInBytes()385 void AArch64AsmBackend::applyFixup(const MCAssembler &Asm, const MCFixup &Fixup, in applyFixup()443 bool AArch64AsmBackend::fixupNeedsRelaxation(const MCFixup &Fixup, in fixupNeedsRelaxation()454 void AArch64AsmBackend::relaxInstruction(MCInst &Inst, in relaxInstruction()459 bool AArch64AsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const { in writeNopData()472 bool AArch64AsmBackend::shouldForceRelocation(const MCAssembler &Asm, in shouldForceRelocation()537 class DarwinAArch64AsmBackend : public AArch64AsmBackend {[all …]
2 AArch64AsmBackend.cpp
12 SRCS+= AArch64AsmBackend.cpp \
71 "AArch64AsmBackend.cpp",