Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp783 const DenseMap<SectionBase *, SectionBase *> &FromTo) { in replaceSectionReferences() argument
785 if (SectionBase *To = FromTo.lookup(Sym->DefinedIn)) in replaceSectionReferences()
1028 const DenseMap<SectionBase *, SectionBase *> &FromTo) { in replaceSectionReferences() argument
1030 if (SectionBase *To = FromTo.lookup(SecToApplyRel)) in replaceSectionReferences()
1123 const DenseMap<SectionBase *, SectionBase *> &FromTo) { in replaceSectionReferences() argument
1125 if (SectionBase *To = FromTo.lookup(Sec)) in replaceSectionReferences()
2253 const DenseMap<SectionBase *, SectionBase *> &FromTo) { in replaceSections() argument
2261 for (auto &I : FromTo) in replaceSections()
2266 Sec->replaceSectionReferences(FromTo); in replaceSections()
2270 [=](const SectionBase &Sec) { return FromTo.count(&Sec) > 0; })) in replaceSections()
H A DELFObjcopy.cpp257 DenseMap<SectionBase *, SectionBase *> FromTo; in compressOrDecompressSections() local
259 FromTo[S] = Func(); in compressOrDecompressSections()
260 return replaceSections(FromTo); in compressOrDecompressSections()
H A DELFObject.h850 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);
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DArchiveWriter.cpp1014 auto FromTo = in computeArchiveRelativePath() local
1017 auto FromI = FromTo.first; in computeArchiveRelativePath()
1018 auto ToI = FromTo.second; in computeArchiveRelativePath()