Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/Arch/
DPPC64.cpp747 const uintptr_t locAsInt = reinterpret_cast<uintptr_t>(loc); in relaxTlsGdToLe() local
748 if (locAsInt % 4 == 0) { in relaxTlsGdToLe()
756 } else if (locAsInt % 4 == 1) { in relaxTlsGdToLe()
808 const uintptr_t locAsInt = reinterpret_cast<uintptr_t>(loc); in relaxTlsLdToLe() local
809 if (locAsInt % 4 == 0) { in relaxTlsLdToLe()
812 } else if (locAsInt % 4 == 1) { in relaxTlsLdToLe()
899 const uintptr_t locAsInt = reinterpret_cast<uintptr_t>(loc); in relaxTlsIeToLe() local
900 if (locAsInt % 4 == 0) { in relaxTlsIeToLe()
910 } else if (locAsInt % 4 == 1) { in relaxTlsIeToLe()
1465 const uintptr_t locAsInt = reinterpret_cast<uintptr_t>(loc); in relaxTlsGdToIe() local
[all …]