Lines Matching defs:FromTo
780 const DenseMap<SectionBase *, SectionBase *> &FromTo) {
782 if (SectionBase *To = FromTo.lookup(Sym->DefinedIn))
1025 const DenseMap<SectionBase *, SectionBase *> &FromTo) {
1027 if (SectionBase *To = FromTo.lookup(SecToApplyRel))
1120 const DenseMap<SectionBase *, SectionBase *> &FromTo) {
1122 if (SectionBase *To = FromTo.lookup(Sec))
2259 const DenseMap<SectionBase *, SectionBase *> &FromTo) {
2267 for (auto &I : FromTo)
2272 Sec->replaceSectionReferences(FromTo);
2276 [=](const SectionBase &Sec) { return FromTo.count(&Sec) > 0; }))