HomeSort by: relevance | last modified time | path
    Searched refs:shouldInsertExtraNopBytesForCodeAlign (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCAsmBackend.h 100 virtual bool shouldInsertExtraNopBytesForCodeAlign(const MCAlignFragment &AF,
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
RISCVAsmBackend.h 60 bool shouldInsertExtraNopBytesForCodeAlign(const MCAlignFragment &AF,
RISCVAsmBackend.cpp 417 bool RISCVAsmBackend::shouldInsertExtraNopBytesForCodeAlign(
449 if (!shouldInsertExtraNopBytesForCodeAlign(AF, Count) || (Count == 0))
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCAssembler.cpp 333 // shouldInsertExtraNopBytesForCodeAlign target hook.
335 getBackend().shouldInsertExtraNopBytesForCodeAlign(AF, Size))

Completed in 18 milliseconds