Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ELFWriterInfo.cpp66 long int X86ELFWriterInfo::getDefaultAddendForRelTy(unsigned RelTy, in getDefaultAddendForRelTy() argument
69 switch(RelTy) { in getDefaultAddendForRelTy()
79 switch(RelTy) { in getDefaultAddendForRelTy()
89 unsigned X86ELFWriterInfo::getRelocationTySize(unsigned RelTy) const { in getRelocationTySize()
91 switch(RelTy) { in getRelocationTySize()
102 switch(RelTy) { in getRelocationTySize()
113 bool X86ELFWriterInfo::isPCRelativeRel(unsigned RelTy) const { in isPCRelativeRel()
115 switch(RelTy) { in isPCRelativeRel()
126 switch(RelTy) { in isPCRelativeRel()
145 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/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeELFWriterInfo.cpp47 long int MBlazeELFWriterInfo::getDefaultAddendForRelTy(unsigned RelTy, in getDefaultAddendForRelTy() argument
49 switch (RelTy) { in getDefaultAddendForRelTy()
60 unsigned MBlazeELFWriterInfo::getRelocationTySize(unsigned RelTy) const { in getRelocationTySize()
62 switch (RelTy) { in getRelocationTySize()
85 bool MBlazeELFWriterInfo::isPCRelativeRel(unsigned RelTy) const { in isPCRelativeRel()
87 switch (RelTy) { in isPCRelativeRel()
104 unsigned RelTy) const { in computeRelocation()
105 if (RelTy == ELF::R_MICROBLAZE_32_PCREL || ELF::R_MICROBLAZE_64_PCREL) in computeRelocation()
DMBlazeELFWriterInfo.h36 virtual long int getDefaultAddendForRelTy(unsigned RelTy,
40 virtual unsigned getRelocationTySize(unsigned RelTy) const;
43 virtual bool isPCRelativeRel(unsigned RelTy) const;
53 unsigned RelTy) const;
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMELFWriterInfo.h36 virtual long int getDefaultAddendForRelTy(unsigned RelTy,
40 virtual unsigned getRelocationTySize(unsigned RelTy) const;
43 virtual bool isPCRelativeRel(unsigned RelTy) const;
53 unsigned RelTy) const;
DARMELFWriterInfo.cpp55 long int ARMELFWriterInfo::getDefaultAddendForRelTy(unsigned RelTy, in getDefaultAddendForRelTy() argument
61 unsigned ARMELFWriterInfo::getRelocationTySize(unsigned RelTy) const { in getRelocationTySize()
66 bool ARMELFWriterInfo::isPCRelativeRel(unsigned RelTy) const { in isPCRelativeRel()
79 unsigned RelTy) const { in computeRelocation()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetELFWriterInfo.h101 virtual long int getDefaultAddendForRelTy(unsigned RelTy,
105 virtual unsigned getRelocationTySize(unsigned RelTy) const = 0;
108 virtual bool isPCRelativeRel(unsigned RelTy) const = 0;
118 unsigned RelTy) const = 0;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp1905 unsigned RelTy = R.getType(); in relocationNeedsGot() local
1907 return RelTy == ELF::R_AARCH64_ADR_GOT_PAGE || in relocationNeedsGot()
1908 RelTy == ELF::R_AARCH64_LD64_GOT_LO12_NC; in relocationNeedsGot()
1911 return RelTy == ELF::R_X86_64_GOTPCREL || in relocationNeedsGot()
1912 RelTy == ELF::R_X86_64_GOTPCRELX || in relocationNeedsGot()
1913 RelTy == ELF::R_X86_64_GOT64 || in relocationNeedsGot()
1914 RelTy == ELF::R_X86_64_REX_GOTPCRELX; in relocationNeedsGot()