Searched refs:relaxTlsLdToLe (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/lld/ELF/ |
D | Target.cpp | 182 void TargetInfo::relaxTlsLdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsLdToLe() function in TargetInfo
|
D | Target.h | 162 virtual void relaxTlsLdToLe(uint8_t *loc, const Relocation &rel,
|
D | InputSection.cpp | 1059 target->relaxTlsLdToLe(bufLoc, rel, targetVA); in relocateAlloc()
|
/external/llvm-project/lld/ELF/Arch/ |
D | PPC.cpp | 54 void relaxTlsLdToLe(uint8_t *loc, const Relocation &rel, 419 void PPC::relaxTlsLdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsLdToLe() function in PPC
|
D | X86.cpp | 47 void relaxTlsLdToLe(uint8_t *loc, const Relocation &rel, 395 void X86::relaxTlsLdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsLdToLe() function in X86
|
D | X86_64.cpp | 53 void relaxTlsLdToLe(uint8_t *loc, const Relocation &rel, 540 void X86_64::relaxTlsLdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsLdToLe() function in X86_64
|
D | PPC64.cpp | 394 void relaxTlsLdToLe(uint8_t *loc, const Relocation &rel, 768 void PPC64::relaxTlsLdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsLdToLe() function in PPC64
|