Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.h64 bool shouldInsertFixupForCodeAlign(MCAssembler &Asm,
H A DRISCVAsmBackend.cpp439 bool RISCVAsmBackend::shouldInsertFixupForCodeAlign(MCAssembler &Asm, in shouldInsertFixupForCodeAlign() function in RISCVAsmBackend
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCAsmBackend.h107 virtual bool shouldInsertFixupForCodeAlign(MCAssembler &Asm, in shouldInsertFixupForCodeAlign() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCAssembler.cpp888 getBackend().shouldInsertFixupForCodeAlign(*this, Layout, AF); in layout()