Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DCallGraphSort.cpp237 DenseMap<const InputSectionBase *, int> orderMap; in run() local
241 orderMap[sections[i]] = curOrder++; in run()
253 return orderMap; in run()
273 return orderMap; in run()
330 DenseMap<const InputSectionBase *, int> orderMap; in computeCacheDirectedSortOrder() local
333 orderMap[sections[secIdx]] = curOrder++; in computeCacheDirectedSortOrder()
335 return orderMap; in computeCacheDirectedSortOrder()
/freebsd/contrib/llvm-project/lld/COFF/
H A DCallGraphSort.cpp197 DenseMap<const SectionChunk *, int> orderMap; in run() local
203 orderMap[sections[i]] = curOrder++; in run()
215 return orderMap; in run()
238 return orderMap; in run()
/freebsd/contrib/llvm-project/lld/MachO/
H A DSectionPriorities.cpp206 DenseMap<const InputSection *, int> orderMap; in run() local
213 orderMap[sections[i]] = curOrder++; in run()
224 return orderMap; in run()
246 return orderMap; in run()