Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lld/ELF/
DTarget.cpp146 RelExpr TargetInfo::adjustTlsExpr(RelType type, RelExpr expr) const { in adjustTlsExpr() function in TargetInfo
DTarget.h158 virtual RelExpr adjustTlsExpr(RelType type, RelExpr expr) const;
DRelocations.cpp1290 c.addReloc({target->adjustTlsExpr(type, R_RELAX_TLS_LD_TO_LE), type, in handleTlsRelocation()
1304 expr = target->adjustTlsExpr(type, R_RELAX_TLS_LD_TO_LE); in handleTlsRelocation()
1329 c.addReloc({target->adjustTlsExpr(type, R_RELAX_TLS_GD_TO_IE), type, in handleTlsRelocation()
1332 c.addReloc({target->adjustTlsExpr(type, R_RELAX_TLS_GD_TO_LE), type, in handleTlsRelocation()
/openbsd/src/gnu/llvm/lld/ELF/Arch/
DPPC.cpp52 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;
154 RelExpr X86::adjustTlsExpr(RelType type, RelExpr expr) const { in adjustTlsExpr() function in X86
DAArch64.cpp51 RelExpr adjustTlsExpr(RelType type, RelExpr expr) const override;
174 RelExpr AArch64::adjustTlsExpr(RelType type, RelExpr expr) const { in adjustTlsExpr() function in AArch64
DPPC64.cpp175 RelExpr adjustTlsExpr(RelType type, RelExpr expr) const override;
1444 RelExpr PPC64::adjustTlsExpr(RelType type, RelExpr expr) const { in adjustTlsExpr() function in PPC64