Searched refs:getRelocatedSection (Results 1 – 15 of 15) sorted by relevance
139 Expected<section_iterator> getRelocatedSection() const;284 virtual Expected<section_iterator> getRelocatedSection(DataRefImpl Sec) const;594 inline Expected<section_iterator> SectionRef::getRelocatedSection() const { in getRelocatedSection() function595 return OwningObject->getRelocatedSection(SectionPimpl); in getRelocatedSection()
339 getRelocatedSection(DataRefImpl Sec) const override;1082 ELFObjectFile<ELFT>::getRelocatedSection(DataRefImpl Sec) const { in getRelocatedSection() function
58 if (InputSectionBase *rel = isec->getRelocatedSection()) { in getOutputSectionName()526 cast<InputSection>(sec)->getRelocatedSection()) in computeInputSections()793 OutputSection *out = sec->getRelocatedSection()->getOutputSection(); in addInputSec()916 if (InputSectionBase *rel = sec->getRelocatedSection()) in addOrphanSections()951 cast<InputSection>(sec)->getRelocatedSection()) in diagnoseOrphanHandling()
392 InputSectionBase *InputSection::getRelocatedSection() const { in getRelocatedSection() function in InputSection405 InputSectionBase *sec = getRelocatedSection(); in copyRelocations()438 InputSectionBase *sec = getRelocatedSection(); in copyRelocations()
689 InputSectionBase *sec = relSec->getRelocatedSection(); in finalizeNonAllocCrel()747 InputSectionBase *s = first->getRelocatedSection(); in finalize()
425 InputSectionBase *getRelocatedSection() const;
3511 if (InputSectionBase *rel = isec->getRelocatedSection()) in create()4028 if (InputSectionBase *ex = isec->getRelocatedSection()) in addSection()
3072 if (InputSectionBase *rel = isec->getRelocatedSection()) in link()
105 ObjectFile::getRelocatedSection(DataRefImpl Sec) const { in getRelocatedSection() function in ObjectFile
368 Expected<section_iterator> RelSecOrErr = SI->getRelocatedSection(); in loadObjectImpl()685 Expected<section_iterator> RelSecOrErr = SI->getRelocatedSection(); in computeSectionStubBufSize()
714 Expected<section_iterator> RelSecOrErr = si->getRelocatedSection(); in findOPDEntrySection()2386 Expected<section_iterator> RelSecOrErr = SI->getRelocatedSection(); in finalizeLoad()
178 Expected<section_iterator> ErrOrSec = Section.getRelocatedSection(); in dumpCXXData()
1296 Expected<section_iterator> RelocatedOrErr = Sec.getRelocatedSection(); in getRelocsMap()2671 Expected<section_iterator> SecOrErr = Section.getRelocatedSection(); in printRelocations()
2159 Expected<section_iterator> SecOrErr = Section.getRelocatedSection(); in DWARFObjInMemory()
673 SectionRef TextSec = *cantFail(RelocsSec.getRelocatedSection()); in printLineNumbers()