Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.h47 bool shouldInsertFixupForCodeAlign(MCAssembler &Asm,
H A DRISCVAsmBackend.cpp606 bool RISCVAsmBackend::shouldInsertFixupForCodeAlign(MCAssembler &Asm, in shouldInsertFixupForCodeAlign() function in RISCVAsmBackend
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCAsmBackend.h114 virtual bool shouldInsertFixupForCodeAlign(MCAssembler &Asm, in shouldInsertFixupForCodeAlign() function
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCAssembler.cpp878 getBackend().shouldInsertFixupForCodeAlign(*this, Layout, AF); in layout()