Searched refs:relaxTlsIeToLe (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/lld/ELF/ |
D | Target.cpp | 177 void TargetInfo::relaxTlsIeToLe(uint8_t *loc, const Relocation &rel, in relaxTlsIeToLe() function in TargetInfo
|
D | Target.h | 160 virtual void relaxTlsIeToLe(uint8_t *loc, const Relocation &rel,
|
D | InputSection.cpp | 1055 target->relaxTlsIeToLe(bufLoc, rel, targetVA); in relocateAlloc()
|
/external/llvm-project/lld/ELF/Arch/ |
D | PPC.cpp | 56 void relaxTlsIeToLe(uint8_t *loc, const Relocation &rel, 443 void PPC::relaxTlsIeToLe(uint8_t *loc, const Relocation &rel, in relaxTlsIeToLe() function in PPC
|
D | X86.cpp | 45 void relaxTlsIeToLe(uint8_t *loc, const Relocation &rel, 357 void X86::relaxTlsIeToLe(uint8_t *loc, const Relocation &rel, in relaxTlsIeToLe() function in X86
|
D | AArch64.cpp | 54 void relaxTlsIeToLe(uint8_t *loc, const Relocation &rel, 531 void AArch64::relaxTlsIeToLe(uint8_t *loc, const Relocation &rel, in relaxTlsIeToLe() function in AArch64
|
D | X86_64.cpp | 51 void relaxTlsIeToLe(uint8_t *loc, const Relocation &rel, 498 void X86_64::relaxTlsIeToLe(uint8_t *loc, const Relocation &, in relaxTlsIeToLe() function in X86_64
|
D | PPC64.cpp | 396 void relaxTlsIeToLe(uint8_t *loc, const Relocation &rel, 858 void PPC64::relaxTlsIeToLe(uint8_t *loc, const Relocation &rel, in relaxTlsIeToLe() function in PPC64
|