Searched refs:FromTo (Results 1 – 4 of 4) sorted by relevance
763 const DenseMap<SectionBase *, SectionBase *> &FromTo) { in replaceSectionReferences() argument765 if (SectionBase *To = FromTo.lookup(Sym->DefinedIn)) in replaceSectionReferences()1002 const DenseMap<SectionBase *, SectionBase *> &FromTo) { in replaceSectionReferences() argument1004 if (SectionBase *To = FromTo.lookup(SecToApplyRel)) in replaceSectionReferences()1097 const DenseMap<SectionBase *, SectionBase *> &FromTo) { in replaceSectionReferences() argument1099 if (SectionBase *To = FromTo.lookup(Sec)) in replaceSectionReferences()2205 const DenseMap<SectionBase *, SectionBase *> &FromTo) { in replaceSections() argument2213 for (auto &I : FromTo) in replaceSections()2218 Sec->replaceSectionReferences(FromTo); in replaceSections()2222 [=](const SectionBase &Sec) { return FromTo.count(&Sec) > 0; })) in replaceSections()
734 const DenseMap<SectionBase *, SectionBase *> &FromTo) override;806 const DenseMap<SectionBase *, SectionBase *> &FromTo) override;847 const DenseMap<SectionBase *, SectionBase *> &FromTo) override;1097 Error replaceSections(const DenseMap<SectionBase *, SectionBase *> &FromTo);
232 DenseMap<SectionBase *, SectionBase *> FromTo; in replaceDebugSections() local238 FromTo[S] = *NewSection; in replaceDebugSections()241 return Obj.replaceSections(FromTo); in replaceDebugSections()
950 auto FromTo = in computeArchiveRelativePath() local953 auto FromI = FromTo.first; in computeArchiveRelativePath()954 auto ToI = FromTo.second; in computeArchiveRelativePath()