Searched refs:FromTo (Results 1 – 4 of 4) sorted by relevance
783 const DenseMap<SectionBase *, SectionBase *> &FromTo) { in replaceSectionReferences() argument785 if (SectionBase *To = FromTo.lookup(Sym->DefinedIn)) in replaceSectionReferences()1028 const DenseMap<SectionBase *, SectionBase *> &FromTo) { in replaceSectionReferences() argument1030 if (SectionBase *To = FromTo.lookup(SecToApplyRel)) in replaceSectionReferences()1123 const DenseMap<SectionBase *, SectionBase *> &FromTo) { in replaceSectionReferences() argument1125 if (SectionBase *To = FromTo.lookup(Sec)) in replaceSectionReferences()2253 const DenseMap<SectionBase *, SectionBase *> &FromTo) { in replaceSections() argument2261 for (auto &I : FromTo) in replaceSections()2266 Sec->replaceSectionReferences(FromTo); in replaceSections()2270 [=](const SectionBase &Sec) { return FromTo.count(&Sec) > 0; })) in replaceSections()
257 DenseMap<SectionBase *, SectionBase *> FromTo; in compressOrDecompressSections() local259 FromTo[S] = Func(); in compressOrDecompressSections()260 return replaceSections(FromTo); in compressOrDecompressSections()
850 const DenseMap<SectionBase *, SectionBase *> &FromTo) override;923 const DenseMap<SectionBase *, SectionBase *> &FromTo) override;967 const DenseMap<SectionBase *, SectionBase *> &FromTo) override;1222 Error replaceSections(const DenseMap<SectionBase *, SectionBase *> &FromTo);
1014 auto FromTo = in computeArchiveRelativePath() local1017 auto FromI = FromTo.first; in computeArchiveRelativePath()1018 auto ToI = FromTo.second; in computeArchiveRelativePath()