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

  /src/external/apache2/llvm/dist/llvm/lib/Target/CSKY/MCTargetDesc/
CSKYAsmBackend.h 35 bool fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value,
CSKYAsmBackend.cpp 137 bool CSKYAsmBackend::fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value,
  /src/external/apache2/llvm/dist/llvm/lib/Target/AVR/MCTargetDesc/
AVRAsmBackend.h 51 bool fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value,
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
MipsAsmBackend.h 56 /// fixupNeedsRelaxation - Target specific predicate for whether a given
58 bool fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value,
  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/MCTargetDesc/
M68kAsmBackend.cpp 71 bool fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value,
168 bool M68kAsmBackend::fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value,
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCAsmBackend.cpp 119 return fixupNeedsRelaxation(Fixup, Value, DF, Layout);
MCAssembler.cpp 954 bool MCAssembler::fixupNeedsRelaxation(const MCFixup &Fixup,
980 if (fixupNeedsRelaxation(Fixup, F, Layout))
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.h 65 bool fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value,
ARMAsmBackend.cpp 323 bool ARMAsmBackend::fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value,
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/MCTargetDesc/
WebAssemblyAsmBackend.cpp 56 bool fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value,
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCAsmBackend.h 160 virtual bool fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value,
MCAssembler.h 178 bool fixupNeedsRelaxation(const MCFixup &Fixup, const MCRelaxableFragment *DF,
  /src/external/apache2/llvm/dist/llvm/lib/Target/BPF/MCTargetDesc/
BPFAsmBackend.cpp 38 bool fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value,
  /src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/MCTargetDesc/
LanaiAsmBackend.cpp 60 bool fixupNeedsRelaxation(const MCFixup & /*Fixup*/, uint64_t /*Value*/,
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
RISCVAsmBackend.h 84 bool fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value,
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCAsmBackend.cpp 57 bool fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value,
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/
AMDGPUAsmBackend.cpp 36 bool fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value,
63 bool AMDGPUAsmBackend::fixupNeedsRelaxation(const MCFixup &Fixup,
  /src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/MCTargetDesc/
MSP430AsmBackend.cpp 50 bool fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value,
  /src/external/apache2/llvm/dist/llvm/lib/Target/VE/MCTargetDesc/
VEAsmBackend.cpp 151 /// fixupNeedsRelaxation - Target specific predicate for whether a given
153 bool fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value,
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCAsmBackend.cpp 185 bool fixupNeedsRelaxation(const MCFixup &Fixup,
  /src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/MCTargetDesc/
SparcAsmBackend.cpp 261 /// fixupNeedsRelaxation - Target specific predicate for whether a given
263 bool fixupNeedsRelaxation(const MCFixup &Fixup,
268 llvm_unreachable("fixupNeedsRelaxation() unimplemented");
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AsmBackend.cpp 90 bool fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value,
443 bool AArch64AsmBackend::fixupNeedsRelaxation(const MCFixup &Fixup,
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonAsmBackend.cpp 569 /// fixupNeedsRelaxation - Target specific predicate for whether a given
648 bool fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value,
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp 191 bool fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value,
829 bool X86AsmBackend::fixupNeedsRelaxation(const MCFixup &Fixup,

Completed in 103 milliseconds