HomeSort by relevance Sort by last modified time
    Searched refs:isPCRelativeRel (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/Target/ARM/
ARMELFWriterInfo.h 42 /// isPCRelativeRel - True if the relocation type is pc relative
43 virtual bool isPCRelativeRel(unsigned RelTy) const;
ARMELFWriterInfo.cpp 66 bool ARMELFWriterInfo::isPCRelativeRel(unsigned RelTy) const {
67 assert(0 && "ARMELFWriterInfo::isPCRelativeRel() not implemented");
  /external/llvm/lib/Target/MBlaze/
MBlazeELFWriterInfo.h 42 /// isPCRelativeRel - True if the relocation type is pc relative
43 virtual bool isPCRelativeRel(unsigned RelTy) const;
MBlazeELFWriterInfo.cpp 85 bool MBlazeELFWriterInfo::isPCRelativeRel(unsigned RelTy) const {
  /external/llvm/lib/Target/X86/
X86ELFWriterInfo.h 43 /// isPCRelativeRel - True if the relocation type is pc relative
44 virtual bool isPCRelativeRel(unsigned RelTy) const;
X86ELFWriterInfo.cpp 113 bool X86ELFWriterInfo::isPCRelativeRel(unsigned RelTy) const {
  /external/llvm/include/llvm/Target/
TargetELFWriterInfo.h 107 /// isPCRelativeRel - True if the relocation type is pc relative
108 virtual bool isPCRelativeRel(unsigned RelTy) const = 0;
  /external/llvm/lib/CodeGen/
ELFWriter.cpp 817 if (S.SectionIdx == SectionIdx && TEW->isPCRelativeRel(RelType)) {
    [all...]

Completed in 69 milliseconds