Searched refs:FromTo (Results 1 – 4 of 4) sorted by relevance
750 const DenseMap<SectionBase *, SectionBase *> &FromTo) { in replaceSectionReferences() argument752 if (SectionBase *To = FromTo.lookup(Sym->DefinedIn)) in replaceSectionReferences()989 const DenseMap<SectionBase *, SectionBase *> &FromTo) { in replaceSectionReferences() argument991 if (SectionBase *To = FromTo.lookup(SecToApplyRel)) in replaceSectionReferences()1084 const DenseMap<SectionBase *, SectionBase *> &FromTo) { in replaceSectionReferences() argument1086 if (SectionBase *To = FromTo.lookup(Sec)) in replaceSectionReferences()2185 const DenseMap<SectionBase *, SectionBase *> &FromTo) { in replaceSections() argument2193 for (auto &I : FromTo) in replaceSections()2198 Sec->replaceSectionReferences(FromTo); in replaceSections()2202 [=](const SectionBase &Sec) { return FromTo.count(&Sec) > 0; })) in replaceSections()
215 DenseMap<SectionBase *, SectionBase *> FromTo; in replaceDebugSections() local221 FromTo[S] = *NewSection; in replaceDebugSections()224 return Obj.replaceSections(FromTo); in replaceDebugSections()
725 const DenseMap<SectionBase *, SectionBase *> &FromTo) override;797 const DenseMap<SectionBase *, SectionBase *> &FromTo) override;838 const DenseMap<SectionBase *, SectionBase *> &FromTo) override;1088 Error replaceSections(const DenseMap<SectionBase *, SectionBase *> &FromTo);
643 auto FromTo = in computeArchiveRelativePath() local646 auto FromI = FromTo.first; in computeArchiveRelativePath()647 auto ToI = FromTo.second; in computeArchiveRelativePath()