Searched refs:adjustTlsExpr (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | SystemZ.cpp | 37 RelExpr adjustTlsExpr(RelType type, RelExpr expr) const override; 274 RelExpr SystemZ::adjustTlsExpr(RelType type, RelExpr expr) const { in adjustTlsExpr() function in SystemZ
|
| H A D | PPC.cpp | 50 RelExpr adjustTlsExpr(RelType type, RelExpr expr) const override; 390 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; 159 RelExpr X86::adjustTlsExpr(RelType type, RelExpr expr) const { in adjustTlsExpr() function in X86
|
| H A D | AArch64.cpp | 84 RelExpr adjustTlsExpr(RelType type, RelExpr expr) const override; 236 RelExpr AArch64::adjustTlsExpr(RelType type, RelExpr expr) const { in adjustTlsExpr() function in AArch64
|
| H A D | PPC64.cpp | 189 RelExpr adjustTlsExpr(RelType type, RelExpr expr) const override; 1476 RelExpr PPC64::adjustTlsExpr(RelType type, RelExpr expr) const { in adjustTlsExpr() function in PPC64
|
| H A D | LoongArch.cpp | 42 RelExpr adjustTlsExpr(RelType type, RelExpr expr) const override; 1240 RelExpr LoongArch::adjustTlsExpr(RelType type, RelExpr expr) const { in adjustTlsExpr() function in LoongArch
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | Target.cpp | 143 RelExpr TargetInfo::adjustTlsExpr(RelType type, RelExpr expr) const { in adjustTlsExpr() function in TargetInfo
|
| H A D | Target.h | 171 virtual RelExpr adjustTlsExpr(RelType type, RelExpr expr) const;
|
| H A D | Relocations.cpp | 1398 sec->addReloc({ctx.target->adjustTlsExpr(type, R_RELAX_TLS_LD_TO_LE), in handleTlsRelocation() 1412 expr = ctx.target->adjustTlsExpr(type, R_RELAX_TLS_LD_TO_LE); in handleTlsRelocation() 1457 sec->addReloc({ctx.target->adjustTlsExpr(type, R_RELAX_TLS_GD_TO_IE), in handleTlsRelocation() 1460 sec->addReloc({ctx.target->adjustTlsExpr(type, R_RELAX_TLS_GD_TO_LE), in handleTlsRelocation()
|