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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp1 //===-- AArch64AsmBackend.cpp - AArch64 Assembler Backend -----------------===//
34 class AArch64AsmBackend : public MCAsmBackend { class in namespace:__anon3887
41 AArch64AsmBackend(const Target &T, const Triple &TT, bool IsLittleEndian) function in class:__anon3887::AArch64AsmBackend
355 Optional<MCFixupKind> AArch64AsmBackend::getFixupKind(StringRef Name) const {
371 unsigned AArch64AsmBackend::getFixupKindContainereSizeInBytes(unsigned Kind) const {
408 void AArch64AsmBackend::applyFixup(const MCAssembler &Asm, const MCFixup &Fixup,
466 bool AArch64AsmBackend::mayNeedRelaxation(const MCInst &Inst,
471 bool AArch64AsmBackend::fixupNeedsRelaxation(const MCFixup &Fixup,
482 void AArch64AsmBackend::relaxInstruction(MCInst &Inst,
484 llvm_unreachable("AArch64AsmBackend
[all...]
/freebsd-13-stable/lib/clang/libllvm/
H A DMakefile1049 SRCS_MIN+= Target/AArch64/MCTargetDesc/AArch64AsmBackend.cpp

Completed in 96 milliseconds