Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeELFWriterInfo.h43 virtual bool isPCRelativeRel(unsigned RelTy) const;
DMBlazeELFWriterInfo.cpp85 bool MBlazeELFWriterInfo::isPCRelativeRel(unsigned RelTy) const { in isPCRelativeRel() function in MBlazeELFWriterInfo
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMELFWriterInfo.h43 virtual bool isPCRelativeRel(unsigned RelTy) const;
DARMELFWriterInfo.cpp66 bool ARMELFWriterInfo::isPCRelativeRel(unsigned RelTy) const { in isPCRelativeRel() function in ARMELFWriterInfo
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ELFWriterInfo.h44 virtual bool isPCRelativeRel(unsigned RelTy) const;
DX86ELFWriterInfo.cpp113 bool X86ELFWriterInfo::isPCRelativeRel(unsigned RelTy) const { in isPCRelativeRel() function in X86ELFWriterInfo
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetELFWriterInfo.h108 virtual bool isPCRelativeRel(unsigned RelTy) const = 0;
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELFWriter.cpp817 if (S.SectionIdx == SectionIdx && TEW->isPCRelativeRel(RelType)) { in EmitRelocations()