Searched refs:tlsdescToLe (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | LoongArch.cpp | 48 void tlsdescToLe(uint8_t *loc, const Relocation &rel, uint64_t val) const; 1129 void LoongArch::tlsdescToLe(uint8_t *loc, const Relocation &rel, in tlsdescToLe() function in LoongArch 1363 tlsdescToLe(loc, rel, val); in relocateAlloc()
|
| H A D | RISCV.cpp | 569 static void tlsdescToLe(uint8_t *loc, const Relocation &rel, uint64_t val) { in tlsdescToLe() function 650 tlsdescToLe(loc, rel, val); in relocateAlloc()
|