Home
last modified time | relevance | path

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

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