Searched refs:adjustTlsExpr (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/lld/ELF/Arch/ |
| D | PPC.cpp | 49 RelExpr adjustTlsExpr(RelType type, RelExpr expr) const override; 379 RelExpr PPC::adjustTlsExpr(RelType type, RelExpr expr) const { in adjustTlsExpr() function in PPC
|
| D | X86.cpp | 40 RelExpr adjustTlsExpr(RelType type, RelExpr expr) const override; 163 RelExpr X86::adjustTlsExpr(RelType type, RelExpr expr) const { in adjustTlsExpr() function in X86
|
| D | AArch64.cpp | 50 RelExpr adjustTlsExpr(RelType type, RelExpr expr) const override; 165 RelExpr AArch64::adjustTlsExpr(RelType type, RelExpr expr) const { in adjustTlsExpr() function in AArch64
|
| D | PPC64.cpp | 386 RelExpr adjustTlsExpr(RelType type, RelExpr expr) const override; 1426 RelExpr PPC64::adjustTlsExpr(RelType type, RelExpr expr) const { in adjustTlsExpr() function in PPC64
|
| /freebsd-12-stable/contrib/llvm-project/lld/ELF/ |
| D | Target.cpp | 155 RelExpr TargetInfo::adjustTlsExpr(RelType type, RelExpr expr) const { in adjustTlsExpr() function in TargetInfo
|
| D | Target.h | 152 virtual RelExpr adjustTlsExpr(RelType type, RelExpr expr) const;
|
| D | Relocations.cpp | 237 {target->adjustTlsExpr(type, R_RELAX_TLS_LD_TO_LE), type, offset, in handleTlsRelocation() 257 c.relocations.push_back({target->adjustTlsExpr(type, R_RELAX_TLS_LD_TO_LE), in handleTlsRelocation() 307 {target->adjustTlsExpr(type, R_RELAX_TLS_GD_TO_IE), type, offset, in handleTlsRelocation() 316 {target->adjustTlsExpr(type, R_RELAX_TLS_GD_TO_LE), type, offset, in handleTlsRelocation()
|