HomeSort by relevance Sort by last modified time
    Searched defs:fixupNeedsRelaxation (Results 1 - 6 of 6) 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/lib/Target/Mips/MCTargetDesc/
MipsAsmBackend.cpp 181 /// fixupNeedsRelaxation - Target specific predicate for whether a given
183 bool fixupNeedsRelaxation(const MCFixup &Fixup,
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCAsmBackend.cpp 91 bool fixupNeedsRelaxation(const MCFixup &Fixup,
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp 113 bool fixupNeedsRelaxation(const MCFixup &Fixup,
255 bool X86AsmBackend::fixupNeedsRelaxation(const MCFixup &Fixup,
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.cpp 142 bool fixupNeedsRelaxation(const MCFixup &Fixup,
185 bool ARMAsmBackend::fixupNeedsRelaxation(const MCFixup &Fixup,
218 llvm_unreachable("Unexpected fixup kind in fixupNeedsRelaxation()!");
  /external/llvm/lib/MC/
MCAssembler.cpp 645 bool MCAssembler::fixupNeedsRelaxation(const MCFixup &Fixup,
657 return getBackend().fixupNeedsRelaxation(Fixup, Value, DF, Layout);
670 if (fixupNeedsRelaxation(*it, IF, Layout))

Completed in 28 milliseconds