Searched refs:fixupNeedsRelaxation (Results 1 - 8 of 8) sorted by relevance

/external/llvm/lib/Target/MBlaze/MCTargetDesc/
H A DMBlazeAsmBackend.cpp55 bool fixupNeedsRelaxation(const MCFixup &Fixup,
89 bool MBlazeAsmBackend::fixupNeedsRelaxation(const MCFixup &Fixup, function in class:__anon8921::MBlazeAsmBackend
/external/llvm/include/llvm/MC/
H A DMCAsmBackend.h119 /// fixupNeedsRelaxation - Target specific predicate for whether a given
121 virtual bool fixupNeedsRelaxation(const MCFixup &Fixup,
H A DMCAssembler.h757 bool fixupNeedsRelaxation(const MCFixup &Fixup, const MCInstFragment *DF,
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.cpp204 /// fixupNeedsRelaxation - Target specific predicate for whether a given
206 bool fixupNeedsRelaxation(const MCFixup &Fixup, function in class:__anon8944::MipsAsmBackend
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCAsmBackend.cpp91 bool fixupNeedsRelaxation(const MCFixup &Fixup, function in class:__anon8958::PPCAsmBackend
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp113 bool fixupNeedsRelaxation(const MCFixup &Fixup,
255 bool X86AsmBackend::fixupNeedsRelaxation(const MCFixup &Fixup, function in class:X86AsmBackend
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp119 bool fixupNeedsRelaxation(const MCFixup &Fixup,
162 bool ARMAsmBackend::fixupNeedsRelaxation(const MCFixup &Fixup, function in class:ARMAsmBackend
195 llvm_unreachable("Unexpected fixup kind in fixupNeedsRelaxation()!");
/external/llvm/lib/MC/
H A DMCAssembler.cpp652 bool MCAssembler::fixupNeedsRelaxation(const MCFixup &Fixup, function in class:MCAssembler
664 return getBackend().fixupNeedsRelaxation(Fixup, Value, DF, Layout);
677 if (fixupNeedsRelaxation(*it, IF, Layout))

Completed in 512 milliseconds