Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DTarget.cpp153 RelExpr TargetInfo::adjustTlsExpr(RelType type, RelExpr expr) const { in adjustTlsExpr() function in TargetInfo
DTarget.h151 virtual RelExpr adjustTlsExpr(RelType type, RelExpr expr) const;
DRelocations.cpp233 {target->adjustTlsExpr(type, R_RELAX_TLS_LD_TO_LE), type, offset, in handleTlsRelocation()
253 c.relocations.push_back({target->adjustTlsExpr(type, R_RELAX_TLS_LD_TO_LE), in handleTlsRelocation()
302 {target->adjustTlsExpr(type, R_RELAX_TLS_GD_TO_IE), type, offset, in handleTlsRelocation()
311 {target->adjustTlsExpr(type, R_RELAX_TLS_GD_TO_LE), type, offset, in handleTlsRelocation()
/external/llvm-project/lld/ELF/Arch/
DPPC.cpp48 RelExpr adjustTlsExpr(RelType type, RelExpr expr) const override;
362 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.cpp49 RelExpr adjustTlsExpr(RelType type, RelExpr expr) const override;
161 RelExpr AArch64::adjustTlsExpr(RelType type, RelExpr expr) const { in adjustTlsExpr() function in AArch64
DPPC64.cpp385 RelExpr adjustTlsExpr(RelType type, RelExpr expr) const override;
1394 RelExpr PPC64::adjustTlsExpr(RelType type, RelExpr expr) const { in adjustTlsExpr() function in PPC64