Searched refs:toExecRelax (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp200 bool toExecRelax = !config->shared && config->emachine != EM_ARM && local
220 if (toExecRelax) {
241 if (expr == R_DTPREL && toExecRelax) {
263 if (!toExecRelax) {
311 toExecRelax && isLocalInExecutable) {

Completed in 160 milliseconds