Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lld/ELF/
H A DCallGraphSort.cpp129 const auto *fromSB = cast<InputSectionBase>(c.first.first); in CallGraphSort() local
139 if (fromSB->getOutputSection() != toSB->getOutputSection()) in CallGraphSort()
142 int from = getOrCreateNode(fromSB); in CallGraphSort()
298 const InputSectionBase *fromSB = cast<InputSectionBase>(c.first.first); in computeCacheDirectedSortOrder() local
301 if (fromSB->getOutputSection() != toSB->getOutputSection()) in computeCacheDirectedSortOrder()
309 size_t from = getOrCreateNode(fromSB); in computeCacheDirectedSortOrder()