Home
last modified time | relevance | path

Searched refs:adjustTlsExpr (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/lld/ELF/
H A DTarget.cpp146 RelExpr TargetInfo::adjustTlsExpr(RelType type, RelExpr expr) const { in adjustTlsExpr() function in TargetInfo
H A DTarget.h156 virtual RelExpr adjustTlsExpr(RelType type, RelExpr expr) const;
H A DRelocations.cpp1223 {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 DPPC.cpp52 RelExpr adjustTlsExpr(RelType type, RelExpr expr) const override;
380 RelExpr PPC::adjustTlsExpr(RelType type, RelExpr expr) const { in adjustTlsExpr() function in PPC
H A DX86.cpp39 RelExpr adjustTlsExpr(RelType type, RelExpr expr) const override;
163 RelExpr X86::adjustTlsExpr(RelType type, RelExpr expr) const { in adjustTlsExpr() function in X86
H A DAArch64.cpp49 RelExpr adjustTlsExpr(RelType type, RelExpr expr) const override;
162 RelExpr AArch64::adjustTlsExpr(RelType type, RelExpr expr) const { in adjustTlsExpr() function in AArch64
H A DPPC64.cpp381 RelExpr adjustTlsExpr(RelType type, RelExpr expr) const override;
1420 RelExpr PPC64::adjustTlsExpr(RelType type, RelExpr expr) const { in adjustTlsExpr() function in PPC64