Home
last modified time | relevance | path

Searched refs:FromTo (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp729 const DenseMap<SectionBase *, SectionBase *> &FromTo) { in replaceSectionReferences() argument
731 if (SectionBase *To = FromTo.lookup(Sym->DefinedIn)) in replaceSectionReferences()
968 const DenseMap<SectionBase *, SectionBase *> &FromTo) { in replaceSectionReferences() argument
970 if (SectionBase *To = FromTo.lookup(SecToApplyRel)) in replaceSectionReferences()
1063 const DenseMap<SectionBase *, SectionBase *> &FromTo) { in replaceSectionReferences() argument
1065 if (SectionBase *To = FromTo.lookup(Sec)) in replaceSectionReferences()
2163 const DenseMap<SectionBase *, SectionBase *> &FromTo) { in replaceSections() argument
2171 for (auto &I : FromTo) in replaceSections()
2176 Sec->replaceSectionReferences(FromTo); in replaceSections()
2180 [=](const SectionBase &Sec) { return FromTo.count(&Sec) > 0; })) in replaceSections()
H A DELFObjcopy.cpp216 DenseMap<SectionBase *, SectionBase *> FromTo; in replaceDebugSections() local
222 FromTo[S] = *NewSection; in replaceDebugSections()
225 return Obj.replaceSections(FromTo); in replaceDebugSections()
H A DELFObject.h722 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);
/llvm-project-15.0.7/llvm/lib/Object/
H A DArchiveWriter.cpp643 auto FromTo = in computeArchiveRelativePath() local
646 auto FromI = FromTo.first; in computeArchiveRelativePath()
647 auto ToI = FromTo.second; in computeArchiveRelativePath()