Lines Matching defs:FromTo
783 const DenseMap<SectionBase *, SectionBase *> &FromTo) {
785 if (SectionBase *To = FromTo.lookup(Sym->DefinedIn))
1028 const DenseMap<SectionBase *, SectionBase *> &FromTo) {
1030 if (SectionBase *To = FromTo.lookup(SecToApplyRel))
1123 const DenseMap<SectionBase *, SectionBase *> &FromTo) {
1125 if (SectionBase *To = FromTo.lookup(Sec))
2253 const DenseMap<SectionBase *, SectionBase *> &FromTo) {
2261 for (auto &I : FromTo)
2266 Sec->replaceSectionReferences(FromTo);
2270 [=](const SectionBase &Sec) { return FromTo.count(&Sec) > 0; }))