Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DSymbols.h561 bool computeIsPreemptible(const Symbol &sym);
H A DICF.cpp466 sym->isPreemptible = computeIsPreemptible(*sym); in run()
H A DSymbols.cpp351 bool elf::computeIsPreemptible(const Symbol &sym) { in computeIsPreemptible() function in elf
H A DWriter.cpp295 sym->isPreemptible = computeIsPreemptible(*sym); in demoteSymbolsAndComputeIsPreemptible()