Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DLoongArch.cpp1280 bool isExtreme = false, isRelax = false; in relocateAlloc() local
1310 isRelax = relaxable(relocs, i); in relocateAlloc()
1311 if (isRelax && rel.type == R_LARCH_TLS_IE_PC_HI20 && isUInt<12>(val)) in relocateAlloc()
1338 isRelax = relaxable(relocs, i); in relocateAlloc()
1339 if (isRelax && (rel.type == R_LARCH_TLS_DESC_PC_HI20 || in relocateAlloc()
1358 isRelax = relaxable(relocs, i); in relocateAlloc()
1359 if (isRelax && (rel.type == R_LARCH_TLS_DESC_PC_HI20 || in relocateAlloc()
1373 bool isRelax = relaxable(relocs, i); in relocateAlloc() local
1374 const Relocation lo12Rel = isRelax ? relocs[i + 2] : relocs[i + 1]; in relocateAlloc()
1379 i += isRelax ? 2 : 1; in relocateAlloc()