Searched refs:shouldInsertExtraNopBytesForCodeAlign (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmBackend.h100 virtual bool shouldInsertExtraNopBytesForCodeAlign(const MCAlignFragment &AF, function in class:llvm::MCAsmBackend
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.h60 bool shouldInsertExtraNopBytesForCodeAlign(const MCAlignFragment &AF,
H A DRISCVAsmBackend.cpp414 bool RISCVAsmBackend::shouldInsertExtraNopBytesForCodeAlign( function in class:RISCVAsmBackend
446 if (!shouldInsertExtraNopBytesForCodeAlign(AF, Count) || (Count == 0))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCAssembler.cpp330 // shouldInsertExtraNopBytesForCodeAlign target hook.
332 getBackend().shouldInsertExtraNopBytesForCodeAlign(AF, Size))

Completed in 87 milliseconds