Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lld/ELF/Arch/
DPPC.cpp49 RelExpr adjustTlsExpr(RelType type, RelExpr expr) const override;
379 RelExpr PPC::adjustTlsExpr(RelType type, RelExpr expr) const { in adjustTlsExpr() function in PPC
DX86.cpp40 RelExpr adjustTlsExpr(RelType type, RelExpr expr) const override;
163 RelExpr X86::adjustTlsExpr(RelType type, RelExpr expr) const { in adjustTlsExpr() function in X86
DAArch64.cpp50 RelExpr adjustTlsExpr(RelType type, RelExpr expr) const override;
165 RelExpr AArch64::adjustTlsExpr(RelType type, RelExpr expr) const { in adjustTlsExpr() function in AArch64
DPPC64.cpp386 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/
DTarget.cpp155 RelExpr TargetInfo::adjustTlsExpr(RelType type, RelExpr expr) const { in adjustTlsExpr() function in TargetInfo
DTarget.h152 virtual RelExpr adjustTlsExpr(RelType type, RelExpr expr) const;
DRelocations.cpp237 {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()