Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DArchiveWriter.cpp555 auto FromTo = in computeArchiveRelativePath() local
558 auto FromI = FromTo.first; in computeArchiveRelativePath()
559 auto ToI = FromTo.second; in computeArchiveRelativePath()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp219 DenseMap<SectionBase *, SectionBase *> FromTo; in replaceDebugSections() local
225 FromTo[S] = *NewSection; in replaceDebugSections()
232 Sec.replaceSectionReferences(FromTo); in replaceDebugSections()
H A DObject.h717 const DenseMap<SectionBase *, SectionBase *> &FromTo) override;
785 const DenseMap<SectionBase *, SectionBase *> &FromTo) override;
825 const DenseMap<SectionBase *, SectionBase *> &FromTo) override;
H A DObject.cpp790 const DenseMap<SectionBase *, SectionBase *> &FromTo) { in replaceSectionReferences() argument
792 if (SectionBase *To = FromTo.lookup(Sym->DefinedIn)) in replaceSectionReferences()
1016 const DenseMap<SectionBase *, SectionBase *> &FromTo) { in replaceSectionReferences() argument
1018 if (SectionBase *To = FromTo.lookup(SecToApplyRel)) in replaceSectionReferences()
1111 const DenseMap<SectionBase *, SectionBase *> &FromTo) { in replaceSectionReferences() argument
1113 if (SectionBase *To = FromTo.lookup(Sec)) in replaceSectionReferences()