Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/Arch/
H A DPPC64.cpp741 const uintptr_t locAsInt = reinterpret_cast<uintptr_t>(loc); in relaxTlsGdToLe() local
742 if (locAsInt % 4 == 0) { in relaxTlsGdToLe()
750 } else if (locAsInt % 4 == 1) { in relaxTlsGdToLe()
802 const uintptr_t locAsInt = reinterpret_cast<uintptr_t>(loc); in relaxTlsLdToLe() local
803 if (locAsInt % 4 == 0) { in relaxTlsLdToLe()
806 } else if (locAsInt % 4 == 1) { in relaxTlsLdToLe()
893 const uintptr_t locAsInt = reinterpret_cast<uintptr_t>(loc); in relaxTlsIeToLe() local
894 if (locAsInt % 4 == 0) { in relaxTlsIeToLe()
904 } else if (locAsInt % 4 == 1) { in relaxTlsIeToLe()
1492 if (locAsInt % 4 == 0) { in relaxTlsGdToIe()
[all …]