Lines Matching refs:InputSectionBase
93 DenseMap<const InputSectionBase *, int> run();
97 std::vector<const InputSectionBase *> sections;
109 std::pair<const InputSectionBase *, const InputSectionBase *>;
116 DenseMap<const InputSectionBase *, int> secToCluster; in CallGraphSort()
118 auto getOrCreateNode = [&](const InputSectionBase *isec) -> int { in CallGraphSort()
129 const auto *fromSB = cast<InputSectionBase>(c.first.first); in CallGraphSort()
130 const auto *toSB = cast<InputSectionBase>(c.first.second); in CallGraphSort()
193 DenseMap<const InputSectionBase *, int> CallGraphSort::run() { in run()
236 DenseMap<const InputSectionBase *, int> orderMap; in run()
277 DenseMap<const InputSectionBase *, int> elf::computeCacheDirectedSortOrder() { in computeCacheDirectedSortOrder()
282 SmallVector<const InputSectionBase *, 0> sections; in computeCacheDirectedSortOrder()
283 DenseMap<const InputSectionBase *, size_t> secToTargetId; in computeCacheDirectedSortOrder()
285 auto getOrCreateNode = [&](const InputSectionBase *inSec) -> size_t { in computeCacheDirectedSortOrder()
298 const InputSectionBase *fromSB = cast<InputSectionBase>(c.first.first); in computeCacheDirectedSortOrder()
299 const InputSectionBase *toSB = cast<InputSectionBase>(c.first.second); in computeCacheDirectedSortOrder()
327 DenseMap<const InputSectionBase *, int> orderMap; in computeCacheDirectedSortOrder()
339 DenseMap<const InputSectionBase *, int> elf::computeCallGraphProfileOrder() { in computeCallGraphProfileOrder()