Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/ELF/
H A DCallGraphSort.cpp118 const auto *fromSB = cast<InputSectionBase>(c.first.first); in CallGraphSort() local
128 if (fromSB->getOutputSection() != toSB->getOutputSection()) in CallGraphSort()
131 int from = getOrCreateNode(fromSB); in CallGraphSort()