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

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp211 bool isLocalInExecutable = !sym.isPreemptible && !config->shared; local
229 if (isLocalInExecutable)
267 if (isLocalInExecutable)
311 toExecRelax && isLocalInExecutable) {

Completed in 54 milliseconds