Home
last modified time | relevance | path

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

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