Searched refs:adjustTlsExpr (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | Target.cpp | 146 RelExpr TargetInfo::adjustTlsExpr(RelType type, RelExpr expr) const { in adjustTlsExpr() function in TargetInfo
|
| H A D | Target.h | 156 virtual RelExpr adjustTlsExpr(RelType type, RelExpr expr) const;
|
| H A D | Relocations.cpp | 1223 {target->adjustTlsExpr(type, R_RELAX_TLS_LD_TO_LE), type, offset, in handleTlsRelocation() 1237 expr = target->adjustTlsExpr(type, R_RELAX_TLS_LD_TO_LE); in handleTlsRelocation() 1263 {target->adjustTlsExpr(type, R_RELAX_TLS_GD_TO_IE), type, offset, in handleTlsRelocation() 1267 {target->adjustTlsExpr(type, R_RELAX_TLS_GD_TO_LE), type, offset, in handleTlsRelocation()
|
| /llvm-project-15.0.7/lld/ELF/Arch/ |
| H A D | PPC.cpp | 52 RelExpr adjustTlsExpr(RelType type, RelExpr expr) const override; 380 RelExpr PPC::adjustTlsExpr(RelType type, RelExpr expr) const { in adjustTlsExpr() function in PPC
|
| H A D | X86.cpp | 39 RelExpr adjustTlsExpr(RelType type, RelExpr expr) const override; 163 RelExpr X86::adjustTlsExpr(RelType type, RelExpr expr) const { in adjustTlsExpr() function in X86
|
| H A D | AArch64.cpp | 49 RelExpr adjustTlsExpr(RelType type, RelExpr expr) const override; 162 RelExpr AArch64::adjustTlsExpr(RelType type, RelExpr expr) const { in adjustTlsExpr() function in AArch64
|
| H A D | PPC64.cpp | 381 RelExpr adjustTlsExpr(RelType type, RelExpr expr) const override; 1420 RelExpr PPC64::adjustTlsExpr(RelType type, RelExpr expr) const { in adjustTlsExpr() function in PPC64
|