HomeSort by relevance Sort by last modified time
    Searched refs:fixupNeedsRelaxation (Results 1 - 10 of 10) sorted by null

  /external/llvm/lib/Target/MBlaze/MCTargetDesc/
MBlazeAsmBackend.cpp 55 bool fixupNeedsRelaxation(const MCFixup &Fixup,
89 bool MBlazeAsmBackend::fixupNeedsRelaxation(const MCFixup &Fixup,
  /external/llvm/include/llvm/MC/
MCAsmBackend.h 129 /// fixupNeedsRelaxation - Target specific predicate for whether a given
131 virtual bool fixupNeedsRelaxation(const MCFixup &Fixup,
MCAssembler.h 908 bool fixupNeedsRelaxation(const MCFixup &Fixup, const MCRelaxableFragment *DF,
    [all...]
  /external/llvm/lib/Target/R600/MCTargetDesc/
AMDGPUAsmBackend.cpp 51 virtual bool fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value,
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsAsmBackend.cpp 213 /// fixupNeedsRelaxation - Target specific predicate for whether a given
215 bool fixupNeedsRelaxation(const MCFixup &Fixup,
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCAsmBackend.cpp 120 bool fixupNeedsRelaxation(const MCFixup &Fixup,
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AsmBackend.cpp 88 bool fixupNeedsRelaxation(const MCFixup &Fixup,
210 ELFAArch64AsmBackend::fixupNeedsRelaxation(const MCFixup &Fixup,
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp 114 bool fixupNeedsRelaxation(const MCFixup &Fixup,
256 bool X86AsmBackend::fixupNeedsRelaxation(const MCFixup &Fixup,
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.cpp 124 bool fixupNeedsRelaxation(const MCFixup &Fixup,
167 bool ARMAsmBackend::fixupNeedsRelaxation(const MCFixup &Fixup,
200 llvm_unreachable("Unexpected fixup kind in fixupNeedsRelaxation()!");
  /external/llvm/lib/MC/
MCAssembler.cpp 803 bool MCAssembler::fixupNeedsRelaxation(const MCFixup &Fixup,
812 return getBackend().fixupNeedsRelaxation(Fixup, Value, DF, Layout);
825 if (fixupNeedsRelaxation(*it, F, Layout))
    [all...]

Completed in 830 milliseconds