Home
last modified time | relevance | path

Searched refs:isPCRelativeRel (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/Target/X86/
DX86ELFWriterInfo.h44 virtual bool isPCRelativeRel(unsigned RelTy) const;
DX86ELFWriterInfo.cpp110 bool X86ELFWriterInfo::isPCRelativeRel(unsigned RelTy) const { in isPCRelativeRel() function in X86ELFWriterInfo
/external/llvm/lib/Target/ARM/
DARMELFWriterInfo.h44 virtual bool isPCRelativeRel(unsigned RelTy) const;
DARMELFWriterInfo.cpp64 bool ARMELFWriterInfo::isPCRelativeRel(unsigned RelTy) const { in isPCRelativeRel() function in ARMELFWriterInfo
/external/llvm/lib/Target/MBlaze/
DMBlazeELFWriterInfo.h44 virtual bool isPCRelativeRel(unsigned RelTy) const;
DMBlazeELFWriterInfo.cpp83 bool MBlazeELFWriterInfo::isPCRelativeRel(unsigned RelTy) const { in isPCRelativeRel() function in MBlazeELFWriterInfo
/external/llvm/include/llvm/Target/
DTargetELFWriterInfo.h105 virtual bool isPCRelativeRel(unsigned RelTy) const = 0;