Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DPPC64.cpp758 const uintptr_t locAsInt = reinterpret_cast<uintptr_t>(loc); in relaxTlsGdToLe() local
759 if (locAsInt % 4 == 0) { in relaxTlsGdToLe()
767 } else if (locAsInt % 4 == 1) { in relaxTlsGdToLe()
819 const uintptr_t locAsInt = reinterpret_cast<uintptr_t>(loc); in relaxTlsLdToLe() local
820 if (locAsInt % 4 == 0) { in relaxTlsLdToLe()
823 } else if (locAsInt % 4 == 1) { in relaxTlsLdToLe()
932 const uintptr_t locAsInt = reinterpret_cast<uintptr_t>(loc); in relaxTlsIeToLe() local
933 if (locAsInt % 4 == 0) { in relaxTlsIeToLe()
949 } else if (locAsInt % 4 == 1) { in relaxTlsIeToLe()
1546 const uintptr_t locAsInt = reinterpret_cast<uintptr_t>(loc); in relaxTlsGdToIe() local
[all …]