Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DSystemZ.cpp37 RelExpr adjustTlsExpr(RelType type, RelExpr expr) const override;
274 RelExpr SystemZ::adjustTlsExpr(RelType type, RelExpr expr) const { in adjustTlsExpr() function in SystemZ
H A DPPC.cpp50 RelExpr adjustTlsExpr(RelType type, RelExpr expr) const override;
390 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;
159 RelExpr X86::adjustTlsExpr(RelType type, RelExpr expr) const { in adjustTlsExpr() function in X86
H A DAArch64.cpp84 RelExpr adjustTlsExpr(RelType type, RelExpr expr) const override;
236 RelExpr AArch64::adjustTlsExpr(RelType type, RelExpr expr) const { in adjustTlsExpr() function in AArch64
H A DPPC64.cpp189 RelExpr adjustTlsExpr(RelType type, RelExpr expr) const override;
1476 RelExpr PPC64::adjustTlsExpr(RelType type, RelExpr expr) const { in adjustTlsExpr() function in PPC64
H A DLoongArch.cpp42 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 DTarget.cpp143 RelExpr TargetInfo::adjustTlsExpr(RelType type, RelExpr expr) const { in adjustTlsExpr() function in TargetInfo
H A DTarget.h171 virtual RelExpr adjustTlsExpr(RelType type, RelExpr expr) const;
H A DRelocations.cpp1398 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()