Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.h50 bool shouldInsertFixupForCodeAlign(MCAssembler &Asm,
H A DRISCVAsmBackend.cpp604 bool RISCVAsmBackend::shouldInsertFixupForCodeAlign(MCAssembler &Asm, in shouldInsertFixupForCodeAlign() function in RISCVAsmBackend
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmBackend.h107 virtual bool shouldInsertFixupForCodeAlign(MCAssembler &Asm, in shouldInsertFixupForCodeAlign() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCAssembler.cpp869 getBackend().shouldInsertFixupForCodeAlign(*this, Layout, AF); in layout()