Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DSymbols.h556 bool computeIsPreemptible(const Symbol &sym);
H A DICF.cpp464 sym->isPreemptible = computeIsPreemptible(*sym); in run()
H A DSymbols.cpp342 bool elf::computeIsPreemptible(const Symbol &sym) { in computeIsPreemptible() function in elf
H A DWriter.cpp1919 sym->isPreemptible = computeIsPreemptible(*sym); in finalizeSections()