Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
HDArchiveWriter.cpp534 auto FromTo = in computeArchiveRelativePath() local
537 auto FromI = FromTo.first; in computeArchiveRelativePath()
538 auto ToI = FromTo.second; in computeArchiveRelativePath()
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
HDELFObjcopy.cpp326 DenseMap<SectionBase *, SectionBase *> FromTo; in replaceDebugSections() local
328 FromTo[S] = addSection(S); in replaceDebugSections()
334 Sec.replaceSectionReferences(FromTo); in replaceDebugSections()
HDObject.h701 const DenseMap<SectionBase *, SectionBase *> &FromTo) override;
768 const DenseMap<SectionBase *, SectionBase *> &FromTo) override;
805 const DenseMap<SectionBase *, SectionBase *> &FromTo) override;
HDObject.cpp711 const DenseMap<SectionBase *, SectionBase *> &FromTo) { in replaceSectionReferences() argument
713 if (SectionBase *To = FromTo.lookup(Sym->DefinedIn)) in replaceSectionReferences()
913 const DenseMap<SectionBase *, SectionBase *> &FromTo) { in replaceSectionReferences() argument
915 if (SectionBase *To = FromTo.lookup(SecToApplyRel)) in replaceSectionReferences()
985 const DenseMap<SectionBase *, SectionBase *> &FromTo) { in replaceSectionReferences() argument
987 if (SectionBase *To = FromTo.lookup(Sec)) in replaceSectionReferences()