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

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCAsmBackend.h 107 virtual bool shouldInsertFixupForCodeAlign(MCAssembler &Asm,
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
RISCVAsmBackend.h 64 bool shouldInsertFixupForCodeAlign(MCAssembler &Asm,
RISCVAsmBackend.cpp 439 bool RISCVAsmBackend::shouldInsertFixupForCodeAlign(MCAssembler &Asm,
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCAssembler.cpp 886 // shouldInsertFixupForCodeAlign target hook.
888 getBackend().shouldInsertFixupForCodeAlign(*this, Layout, AF);

Completed in 16 milliseconds