Home
last modified time | relevance | path

Searched refs:replaceSectionReferences (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObject.h431 replaceSectionReferences(const DenseMap<SectionBase *, SectionBase *> &);
724 void replaceSectionReferences(
796 void replaceSectionReferences(
837 void replaceSectionReferences(
H A DELFObject.cpp63 void SectionBase::replaceSectionReferences( in replaceSectionReferences() function in SectionBase
749 void SymbolTableSection::replaceSectionReferences( in replaceSectionReferences() function in SymbolTableSection
988 void RelocationSection::replaceSectionReferences( in replaceSectionReferences() function in RelocationSection
1083 void GroupSection::replaceSectionReferences( in replaceSectionReferences() function in GroupSection
2198 Sec->replaceSectionReferences(FromTo); in replaceSections()