Home
last modified time | relevance | path

Searched refs:shouldInsertFixupForCodeAlign (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchAsmBackend.h56 bool shouldInsertFixupForCodeAlign(MCAssembler &Asm,
H A DLoongArchAsmBackend.cpp208 bool LoongArchAsmBackend::shouldInsertFixupForCodeAlign(MCAssembler &Asm, in shouldInsertFixupForCodeAlign() function in LoongArchAsmBackend
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.h47 bool shouldInsertFixupForCodeAlign(MCAssembler &Asm,
H A DRISCVAsmBackend.cpp683 bool RISCVAsmBackend::shouldInsertFixupForCodeAlign(MCAssembler &Asm, in shouldInsertFixupForCodeAlign() function in RISCVAsmBackend
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmBackend.h111 virtual bool shouldInsertFixupForCodeAlign(MCAssembler &Asm, in shouldInsertFixupForCodeAlign() function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAssembler.cpp982 getBackend().shouldInsertFixupForCodeAlign(*this, AF); in layout()