Home
last modified time | relevance | path

Searched refs:RelTy (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/Target/X86/
DX86ELFWriterInfo.cpp65 long int X86ELFWriterInfo::getDefaultAddendForRelTy(unsigned RelTy, in getDefaultAddendForRelTy() argument
68 switch(RelTy) { in getDefaultAddendForRelTy()
78 switch(RelTy) { in getDefaultAddendForRelTy()
87 unsigned X86ELFWriterInfo::getRelocationTySize(unsigned RelTy) const { in getRelocationTySize()
89 switch(RelTy) { in getRelocationTySize()
100 switch(RelTy) { in getRelocationTySize()
110 bool X86ELFWriterInfo::isPCRelativeRel(unsigned RelTy) const { in isPCRelativeRel()
112 switch(RelTy) { in isPCRelativeRel()
123 switch(RelTy) { in isPCRelativeRel()
141 unsigned RelTy) const { in computeRelocation()
[all …]
DX86ELFWriterInfo.h37 virtual long int getDefaultAddendForRelTy(unsigned RelTy,
41 virtual unsigned getRelocationTySize(unsigned RelTy) const;
44 virtual bool isPCRelativeRel(unsigned RelTy) const;
54 unsigned RelTy) const;
/external/llvm/lib/Target/MBlaze/
DMBlazeELFWriterInfo.cpp46 long int MBlazeELFWriterInfo::getDefaultAddendForRelTy(unsigned RelTy, in getDefaultAddendForRelTy() argument
48 switch (RelTy) { in getDefaultAddendForRelTy()
58 unsigned MBlazeELFWriterInfo::getRelocationTySize(unsigned RelTy) const { in getRelocationTySize()
60 switch (RelTy) { in getRelocationTySize()
83 bool MBlazeELFWriterInfo::isPCRelativeRel(unsigned RelTy) const { in isPCRelativeRel()
85 switch (RelTy) { in isPCRelativeRel()
102 unsigned RelTy) const { in computeRelocation()
103 assert((RelTy == ELF::R_MICROBLAZE_32_PCREL || in computeRelocation()
104 RelTy == ELF::R_MICROBLAZE_64_PCREL) && in computeRelocation()
DMBlazeELFWriterInfo.h37 virtual long int getDefaultAddendForRelTy(unsigned RelTy,
41 virtual unsigned getRelocationTySize(unsigned RelTy) const;
44 virtual bool isPCRelativeRel(unsigned RelTy) const;
54 unsigned RelTy) const;
/external/llvm/lib/Target/Mips/
DMipsELFWriterInfo.cpp50 long int MipsELFWriterInfo::getDefaultAddendForRelTy(unsigned RelTy, in getDefaultAddendForRelTy() argument
52 switch(RelTy) { in getDefaultAddendForRelTy()
59 unsigned MipsELFWriterInfo::getRelocationTySize(unsigned RelTy) const { in getRelocationTySize()
60 switch(RelTy) { in getRelocationTySize()
69 bool MipsELFWriterInfo::isPCRelativeRel(unsigned RelTy) const { in isPCRelativeRel()
70 switch(RelTy) { in isPCRelativeRel()
86 unsigned RelTy) const { in computeRelocation()
88 if (RelTy == ELF::R_MIPS_GOT16) in computeRelocation()
DMipsELFWriterInfo.h37 virtual long int getDefaultAddendForRelTy(unsigned RelTy,
41 virtual unsigned getRelocationTySize(unsigned RelTy) const;
44 virtual bool isPCRelativeRel(unsigned RelTy) const;
54 unsigned RelTy) const;
/external/llvm/lib/Target/ARM/
DARMELFWriterInfo.h37 virtual long int getDefaultAddendForRelTy(unsigned RelTy,
41 virtual unsigned getRelocationTySize(unsigned RelTy) const;
44 virtual bool isPCRelativeRel(unsigned RelTy) const;
54 unsigned RelTy) const;
DARMELFWriterInfo.cpp54 long int ARMELFWriterInfo::getDefaultAddendForRelTy(unsigned RelTy, in getDefaultAddendForRelTy() argument
60 unsigned ARMELFWriterInfo::getRelocationTySize(unsigned RelTy) const { in getRelocationTySize()
64 bool ARMELFWriterInfo::isPCRelativeRel(unsigned RelTy) const { in isPCRelativeRel()
75 unsigned RelTy) const { in computeRelocation()
/external/llvm/include/llvm/Target/
DTargetELFWriterInfo.h99 virtual long int getDefaultAddendForRelTy(unsigned RelTy,
103 virtual unsigned getRelocationTySize(unsigned RelTy) const = 0;
106 virtual bool isPCRelativeRel(unsigned RelTy) const = 0;
116 unsigned RelTy) const = 0;