Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp763 const DenseMap<SectionBase *, SectionBase *> &FromTo) { in replaceSectionReferences() argument
765 if (SectionBase *To = FromTo.lookup(Sym->DefinedIn)) in replaceSectionReferences()
1002 const DenseMap<SectionBase *, SectionBase *> &FromTo) { in replaceSectionReferences() argument
1004 if (SectionBase *To = FromTo.lookup(SecToApplyRel)) in replaceSectionReferences()
1097 const DenseMap<SectionBase *, SectionBase *> &FromTo) { in replaceSectionReferences() argument
1099 if (SectionBase *To = FromTo.lookup(Sec)) in replaceSectionReferences()
2205 const DenseMap<SectionBase *, SectionBase *> &FromTo) { in replaceSections() argument
2213 for (auto &I : FromTo) in replaceSections()
2218 Sec->replaceSectionReferences(FromTo); in replaceSections()
2222 [=](const SectionBase &Sec) { return FromTo.count(&Sec) > 0; })) in replaceSections()
H A DELFObject.h734 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);
H A DELFObjcopy.cpp232 DenseMap<SectionBase *, SectionBase *> FromTo; in replaceDebugSections() local
238 FromTo[S] = *NewSection; in replaceDebugSections()
241 return Obj.replaceSections(FromTo); in replaceDebugSections()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DArchiveWriter.cpp950 auto FromTo = in computeArchiveRelativePath() local
953 auto FromI = FromTo.first; in computeArchiveRelativePath()
954 auto ToI = FromTo.second; in computeArchiveRelativePath()