Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lld/ELF/Arch/
HDSystemZ.cpp38 RelExpr adjustTlsExpr(RelType type, RelExpr expr) const override;
276 RelExpr SystemZ::adjustTlsExpr(RelType type, RelExpr expr) const { in adjustTlsExpr() function in SystemZ
HDPPC.cpp52 RelExpr adjustTlsExpr(RelType type, RelExpr expr) const override;
386 RelExpr PPC::adjustTlsExpr(RelType type, RelExpr expr) const { in adjustTlsExpr() function in PPC
HDX86.cpp40 RelExpr adjustTlsExpr(RelType type, RelExpr expr) const override;
154 RelExpr X86::adjustTlsExpr(RelType type, RelExpr expr) const { in adjustTlsExpr() function in X86
HDAArch64.cpp52 RelExpr adjustTlsExpr(RelType type, RelExpr expr) const override;
189 RelExpr AArch64::adjustTlsExpr(RelType type, RelExpr expr) const { in adjustTlsExpr() function in AArch64
HDPPC64.cpp191 RelExpr adjustTlsExpr(RelType type, RelExpr expr) const override;
1475 RelExpr PPC64::adjustTlsExpr(RelType type, RelExpr expr) const { in adjustTlsExpr() function in PPC64
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
HDTarget.cpp151 RelExpr TargetInfo::adjustTlsExpr(RelType type, RelExpr expr) const { in adjustTlsExpr() function in TargetInfo
HDTarget.h168 virtual RelExpr adjustTlsExpr(RelType type, RelExpr expr) const;
HDRelocations.cpp1364 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()