Searched refs:getRelocatedSection (Results 1 – 8 of 8) sorted by relevance
135 Expected<section_iterator> getRelocatedSection() const;280 virtual Expected<section_iterator> getRelocatedSection(DataRefImpl Sec) const;519 inline Expected<section_iterator> SectionRef::getRelocatedSection() const { in getRelocatedSection() function520 return OwningObject->getRelocatedSection(SectionPimpl); in getRelocatedSection()
297 getRelocatedSection(DataRefImpl Sec) const override;970 ELFObjectFile<ELFT>::getRelocatedSection(DataRefImpl Sec) const { in getRelocatedSection() function
102 ObjectFile::getRelocatedSection(DataRefImpl Sec) const { in getRelocatedSection() function in ObjectFile
362 Expected<section_iterator> RelSecOrErr = SI->getRelocatedSection(); in loadObjectImpl()673 Expected<section_iterator> RelSecOrErr = SI->getRelocatedSection(); in computeSectionStubBufSize()
675 Expected<section_iterator> RelSecOrErr = si->getRelocatedSection(); in findOPDEntrySection()1950 Expected<section_iterator> RelSecOrErr = SI->getRelocatedSection(); in finalizeLoad()
177 Expected<section_iterator> ErrOrSec = Section.getRelocatedSection(); in dumpCXXData()
803 Expected<section_iterator> RelocatedOrErr = Sec.getRelocatedSection(); in getRelocsMap()1654 Expected<section_iterator> SecOrErr = Section.getRelocatedSection(); in printRelocations()
1680 Expected<section_iterator> SecOrErr = Section.getRelocatedSection(); in DWARFObjInMemory()