Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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.cpp792 const DenseMap<SectionBase *, SectionBase *> &FromTo) { in replaceSectionReferences() argument
794 if (SectionBase *To = FromTo.lookup(Sym->DefinedIn)) in replaceSectionReferences()
1018 const DenseMap<SectionBase *, SectionBase *> &FromTo) { in replaceSectionReferences() argument
1020 if (SectionBase *To = FromTo.lookup(SecToApplyRel)) in replaceSectionReferences()
1107 const DenseMap<SectionBase *, SectionBase *> &FromTo) { in replaceSectionReferences() argument
1109 if (SectionBase *To = FromTo.lookup(Sec)) in replaceSectionReferences()