Searched refs:adjustTlsExpr (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Target.cpp | 151 RelExpr TargetInfo::adjustTlsExpr(RelType type, RelExpr expr) const { in adjustTlsExpr() function in TargetInfo
|
H A D | Target.h | 168 virtual RelExpr adjustTlsExpr(RelType type, RelExpr expr) const;
|
H A D | Relocations.cpp | 1364 c.addReloc({target->adjustTlsExpr(type, R_RELAX_TLS_LD_TO_LE), type, in handleTlsRelocation() 1378 expr = target->adjustTlsExpr(type, R_RELAX_TLS_LD_TO_LE); in handleTlsRelocation() 1409 c.addReloc({target->adjustTlsExpr(type, R_RELAX_TLS_GD_TO_IE), type, in handleTlsRelocation() 1412 c.addReloc({target->adjustTlsExpr(type, R_RELAX_TLS_GD_TO_LE), type, in handleTlsRelocation()
|
/freebsd/contrib/llvm-project/lld/ELF/Arch/ |
H A D | PPC.cpp | 52 RelExpr adjustTlsExpr(RelType type, RelExpr expr) const override; 386 RelExpr PPC::adjustTlsExpr(RelType type, RelExpr expr) const { 379 RelExpr PPC::adjustTlsExpr(RelType type, RelExpr expr) const { adjustTlsExpr() function in PPC
|
H A D | X86.cpp | 40 RelExpr adjustTlsExpr(RelType type, RelExpr expr) const override; 154 RelExpr X86::adjustTlsExpr(RelType type, RelExpr expr) const { in adjustTlsExpr() function in X86
|
H A D | AArch64.cpp | 52 RelExpr adjustTlsExpr(RelType type, RelExpr expr) const override; 189 RelExpr AArch64::adjustTlsExpr(RelType type, RelExpr expr) const { in adjustTlsExpr() function in AArch64
|
H A D | PPC64.cpp | 191 RelExpr adjustTlsExpr(RelType type, RelExpr expr) const override; 1475 RelExpr PPC64::adjustTlsExpr(RelType type, RelExpr expr) const { in adjustTlsExpr() function in PPC64
|