Home
last modified time | relevance | path

Searched refs:curOrder (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DCallGraphSort.cpp237 int curOrder = 1; in run()
240 orderMap[sections[i]] = curOrder++; in run()
254 // Print the symbols ordered by C3, in the order of increasing curOrder in run()
328 int curOrder = 1;
330 orderMap[sections[secIdx]] = curOrder++;
226 int curOrder = 1; run() local
/freebsd/contrib/llvm-project/lld/COFF/
H A DCallGraphSort.cpp201 int curOrder = INT_MIN; in run() local
204 orderMap[sections[i]] = curOrder++; in run()
/freebsd/contrib/llvm-project/lld/MachO/
H A DSectionPriorities.cpp213 int curOrder = highestAvailablePriority; in run() local
216 orderMap[sections[i]] = curOrder--; in run()