Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DSymbols.h574 bool computeIsPreemptible(const Symbol &sym);
DICF.cpp463 sym->isPreemptible = computeIsPreemptible(*sym); in run()
DSymbols.cpp351 bool elf::computeIsPreemptible(const Symbol &sym) { in computeIsPreemptible() function in elf
DWriter.cpp1967 sym->isPreemptible = computeIsPreemptible(*sym); in finalizeSections()