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:__anon7602::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.h742 bool fixupNeedsRelaxation(const MCFixup &Fixup, const MCInstFragment *DF,
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.cpp181 /// fixupNeedsRelaxation - Target specific predicate for whether a given
183 bool fixupNeedsRelaxation(const MCFixup &Fixup, function in class:__anon7618::MipsAsmBackend
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCAsmBackend.cpp91 bool fixupNeedsRelaxation(const MCFixup &Fixup, function in class:__anon7639::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.cpp142 bool fixupNeedsRelaxation(const MCFixup &Fixup,
185 bool ARMAsmBackend::fixupNeedsRelaxation(const MCFixup &Fixup, function in class:ARMAsmBackend
218 llvm_unreachable("Unexpected fixup kind in fixupNeedsRelaxation()!");
/external/llvm/lib/MC/
H A DMCAssembler.cpp645 bool MCAssembler::fixupNeedsRelaxation(const MCFixup &Fixup, function in class:MCAssembler
657 return getBackend().fixupNeedsRelaxation(Fixup, Value, DF, Layout);
670 if (fixupNeedsRelaxation(*it, IF, Layout))

Completed in 379 milliseconds