Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DCallGraphSort.cpp90 const auto *fromSec = cast<SectionChunk>(c.first.first->repl); in CallGraphSort() local
100 if (ctx.getOutputSection(fromSec) != ctx.getOutputSection(toSec)) in CallGraphSort()
103 int from = getOrCreateNode(fromSec); in CallGraphSort()
/freebsd/contrib/llvm-project/lld/MachO/
H A DSectionPriorities.cpp95 const auto fromSec = c.first.first->canonical(); in CallGraphSort() local
104 if (fromSec->parent != toSec->parent) in CallGraphSort()
107 int from = getOrCreateCluster(fromSec); in CallGraphSort()