Searched refs:FromTo (Results 1 – 4 of 4) sorted by relevance
729 const DenseMap<SectionBase *, SectionBase *> &FromTo) { in replaceSectionReferences() argument731 if (SectionBase *To = FromTo.lookup(Sym->DefinedIn)) in replaceSectionReferences()968 const DenseMap<SectionBase *, SectionBase *> &FromTo) { in replaceSectionReferences() argument970 if (SectionBase *To = FromTo.lookup(SecToApplyRel)) in replaceSectionReferences()1063 const DenseMap<SectionBase *, SectionBase *> &FromTo) { in replaceSectionReferences() argument1065 if (SectionBase *To = FromTo.lookup(Sec)) in replaceSectionReferences()2163 const DenseMap<SectionBase *, SectionBase *> &FromTo) { in replaceSections() argument2171 for (auto &I : FromTo) in replaceSections()2176 Sec->replaceSectionReferences(FromTo); in replaceSections()2180 [=](const SectionBase &Sec) { return FromTo.count(&Sec) > 0; })) in replaceSections()
216 DenseMap<SectionBase *, SectionBase *> FromTo; in replaceDebugSections() local222 FromTo[S] = *NewSection; in replaceDebugSections()225 return Obj.replaceSections(FromTo); in replaceDebugSections()
722 const DenseMap<SectionBase *, SectionBase *> &FromTo) override;794 const DenseMap<SectionBase *, SectionBase *> &FromTo) override;835 const DenseMap<SectionBase *, SectionBase *> &FromTo) override;1084 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()