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

/macosx-10.10/llvmCore-3425.0.34/lib/Target/MBlaze/MCTargetDesc/
H A DMBlazeAsmBackend.cpp55 bool fixupNeedsRelaxation(const MCFixup &Fixup,
89 bool MBlazeAsmBackend::fixupNeedsRelaxation(const MCFixup &Fixup, function in class:__anon10478::MBlazeAsmBackend
/macosx-10.10/llvmCore-3425.0.34/include/llvm/MC/
H A DMCAsmBackend.h126 /// fixupNeedsRelaxation - Target specific predicate for whether a given
128 virtual bool fixupNeedsRelaxation(const MCFixup &Fixup,
H A DMCAssembler.h749 bool fixupNeedsRelaxation(const MCFixup &Fixup, const MCInstFragment *DF,
/macosx-10.10/llvmCore-3425.0.34/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:__anon10501::MipsAsmBackend
/macosx-10.10/llvmCore-3425.0.34/lib/Target/PowerPC/MCTargetDesc/
H A DPPCAsmBackend.cpp91 bool fixupNeedsRelaxation(const MCFixup &Fixup, function in class:__anon10515::PPCAsmBackend
/macosx-10.10/llvmCore-3425.0.34/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp114 bool fixupNeedsRelaxation(const MCFixup &Fixup,
256 bool X86AsmBackend::fixupNeedsRelaxation(const MCFixup &Fixup, function in class:X86AsmBackend
/macosx-10.10/llvmCore-3425.0.34/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()!");
/macosx-10.10/llvmCore-3425.0.34/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 191 milliseconds