Home
last modified time | relevance | path

Searched refs:fromSec (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/lld/COFF/
H A DCallGraphSort.cpp91 const auto *fromSec = cast<SectionChunk>(c.first.first->repl); in CallGraphSort() local
101 if (ctx.getOutputSection(fromSec) != ctx.getOutputSection(toSec)) in CallGraphSort()
104 int from = getOrCreateNode(fromSec); in CallGraphSort()
/src/contrib/llvm-project/lld/MachO/
H A DSectionPriorities.cpp96 const auto fromSec = c.first.first->canonical(); in CallGraphSort() local
105 if (fromSec->parent != toSec->parent) in CallGraphSort()
108 int from = getOrCreateCluster(fromSec); in CallGraphSort()