Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DSymbols.h557 bool computeIsPreemptible(const Symbol &sym);
H A DICF.cpp466 sym->isPreemptible = computeIsPreemptible(*sym); in run()
H A DSymbols.cpp349 bool elf::computeIsPreemptible(const Symbol &sym) { in computeIsPreemptible() function in elf
H A DWriter.cpp1911 sym->isPreemptible = computeIsPreemptible(*sym); in finalizeSections()