Searched refs:isPCRelativeRel (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMELFWriterInfo.h43 /// isPCRelativeRel - True if the relocation type is pc relative
44 virtual bool isPCRelativeRel(unsigned RelTy) const;
H A DARMELFWriterInfo.cpp64 bool ARMELFWriterInfo::isPCRelativeRel(unsigned RelTy) const { function in class:ARMELFWriterInfo
65 llvm_unreachable("ARMELFWriterInfo::isPCRelativeRel() not implemented");
/macosx-10.10/llvmCore-3425.0.34/lib/Target/MBlaze/
H A DMBlazeELFWriterInfo.h43 /// isPCRelativeRel - True if the relocation type is pc relative
44 virtual bool isPCRelativeRel(unsigned RelTy) const;
H A DMBlazeELFWriterInfo.cpp83 bool MBlazeELFWriterInfo::isPCRelativeRel(unsigned RelTy) const { function in class:MBlazeELFWriterInfo
/macosx-10.10/llvmCore-3425.0.34/lib/Target/Mips/
H A DMipsELFWriterInfo.h43 /// isPCRelativeRel - True if the relocation type is pc relative
44 virtual bool isPCRelativeRel(unsigned RelTy) const;
H A DMipsELFWriterInfo.cpp69 bool MipsELFWriterInfo::isPCRelativeRel(unsigned RelTy) const { function in class:MipsELFWriterInfo
/macosx-10.10/llvmCore-3425.0.34/lib/Target/X86/
H A DX86ELFWriterInfo.h43 /// isPCRelativeRel - True if the relocation type is pc relative
44 virtual bool isPCRelativeRel(unsigned RelTy) const;
H A DX86ELFWriterInfo.cpp110 bool X86ELFWriterInfo::isPCRelativeRel(unsigned RelTy) const { function in class:X86ELFWriterInfo
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Target/
H A DTargetELFWriterInfo.h105 /// isPCRelativeRel - True if the relocation type is pc relative
106 virtual bool isPCRelativeRel(unsigned RelTy) const = 0;

Completed in 128 milliseconds