Searched refs:adjustTlsExpr (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/lld/ELF/ |
D | Target.cpp | 153 RelExpr TargetInfo::adjustTlsExpr(RelType type, RelExpr expr) const { in adjustTlsExpr() function in TargetInfo
|
D | Target.h | 151 virtual RelExpr adjustTlsExpr(RelType type, RelExpr expr) const;
|
D | Relocations.cpp | 233 {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/ |
D | PPC.cpp | 48 RelExpr adjustTlsExpr(RelType type, RelExpr expr) const override; 362 RelExpr PPC::adjustTlsExpr(RelType type, RelExpr expr) const { in adjustTlsExpr() function in PPC
|
D | X86.cpp | 40 RelExpr adjustTlsExpr(RelType type, RelExpr expr) const override; 163 RelExpr X86::adjustTlsExpr(RelType type, RelExpr expr) const { in adjustTlsExpr() function in X86
|
D | AArch64.cpp | 49 RelExpr adjustTlsExpr(RelType type, RelExpr expr) const override; 161 RelExpr AArch64::adjustTlsExpr(RelType type, RelExpr expr) const { in adjustTlsExpr() function in AArch64
|
D | PPC64.cpp | 385 RelExpr adjustTlsExpr(RelType type, RelExpr expr) const override; 1394 RelExpr PPC64::adjustTlsExpr(RelType type, RelExpr expr) const { in adjustTlsExpr() function in PPC64
|