Home
last modified time | relevance | path

Searched refs:AArch64AsmBackend (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp35 class AArch64AsmBackend : public MCAsmBackend { class
42 AArch64AsmBackend(const Target &T, const Triple &TT, bool IsLittleEndian) in AArch64AsmBackend() function in __anon1d7386b50111::AArch64AsmBackend
356 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 …]
/freebsd/lib/clang/libllvm/
H A DMakefile1303 SRCS_MIN+= Target/AArch64/MCTargetDesc/AArch64AsmBackend.cpp