Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp750 const DenseMap<SectionBase *, SectionBase *> &FromTo) { in replaceSectionReferences() argument
752 if (SectionBase *To = FromTo.lookup(Sym->DefinedIn)) in replaceSectionReferences()
989 const DenseMap<SectionBase *, SectionBase *> &FromTo) { in replaceSectionReferences() argument
991 if (SectionBase *To = FromTo.lookup(SecToApplyRel)) in replaceSectionReferences()
1084 const DenseMap<SectionBase *, SectionBase *> &FromTo) { in replaceSectionReferences() argument
1086 if (SectionBase *To = FromTo.lookup(Sec)) in replaceSectionReferences()
2185 const DenseMap<SectionBase *, SectionBase *> &FromTo) { in replaceSections() argument
2193 for (auto &I : FromTo) in replaceSections()
2198 Sec->replaceSectionReferences(FromTo); in replaceSections()
2202 [=](const SectionBase &Sec) { return FromTo.count(&Sec) > 0; })) in replaceSections()
H A DELFObjcopy.cpp215 DenseMap<SectionBase *, SectionBase *> FromTo; in replaceDebugSections() local
221 FromTo[S] = *NewSection; in replaceDebugSections()
224 return Obj.replaceSections(FromTo); in replaceDebugSections()
H A DELFObject.h725 const DenseMap<SectionBase *, SectionBase *> &FromTo) override;
797 const DenseMap<SectionBase *, SectionBase *> &FromTo) override;
838 const DenseMap<SectionBase *, SectionBase *> &FromTo) override;
1088 Error replaceSections(const DenseMap<SectionBase *, SectionBase *> &FromTo);
/openbsd-src/gnu/llvm/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()