Searched refs:getRelocatedSection (Results 1 – 15 of 15) sorted by relevance
140 Expected<section_iterator> getRelocatedSection() const;285 virtual Expected<section_iterator> getRelocatedSection(DataRefImpl Sec) const;595 inline Expected<section_iterator> SectionRef::getRelocatedSection() const { in getRelocatedSection() function596 return OwningObject->getRelocatedSection(SectionPimpl); in getRelocatedSection()
342 getRelocatedSection(DataRefImpl Sec) const override;1087 ELFObjectFile<ELFT>::getRelocatedSection(DataRefImpl Sec) const { in getRelocatedSection() function
105 ObjectFile::getRelocatedSection(DataRefImpl Sec) const { in getRelocatedSection() function in ObjectFile
54 if (InputSectionBase *rel = isec->getRelocatedSection()) { in getOutputSectionName()567 cast<InputSection>(sec)->getRelocatedSection()) in computeInputSections()918 OutputSection *out = sec->getRelocatedSection()->getOutputSection(); in addInputSec()1037 if (InputSectionBase *relocated = sec->getRelocatedSection()) { in addOrphanSections()1080 cast<InputSection>(sec)->getRelocatedSection()) in diagnoseOrphanHandling()
444 InputSectionBase *getRelocatedSection() const;
424 InputSectionBase *InputSection::getRelocatedSection() const { in getRelocatedSection() function in InputSection438 InputSectionBase *sec = getRelocatedSection(); in copyRelocations()473 InputSectionBase *sec = getRelocatedSection(); in copyRelocations()
710 InputSectionBase *sec = relSec->getRelocatedSection(); in finalizeNonAllocCrel()770 InputSectionBase *s = first->getRelocatedSection(); in finalize()
3601 if (InputSectionBase *rel = isec->getRelocatedSection()) in create()4118 if (InputSectionBase *ex = isec->getRelocatedSection()) in addSection()
3378 if (InputSectionBase *rel = isec->getRelocatedSection()) in link()
368 Expected<section_iterator> RelSecOrErr = SI->getRelocatedSection(); in loadObjectImpl()685 Expected<section_iterator> RelSecOrErr = SI->getRelocatedSection(); in computeSectionStubBufSize()
924 Expected<section_iterator> RelSecOrErr = si->getRelocatedSection(); in findOPDEntrySection()2783 Expected<section_iterator> RelSecOrErr = SI->getRelocatedSection(); in finalizeLoad()
178 Expected<section_iterator> ErrOrSec = Section.getRelocatedSection(); in dumpCXXData()
1367 Expected<section_iterator> RelocatedOrErr = Sec.getRelocatedSection(); in getRelocsMap()2742 Expected<section_iterator> SecOrErr = Section.getRelocatedSection(); in printRelocations()
675 SectionRef TextSec = *cantFail(RelocsSec.getRelocatedSection()); in printLineNumbers()
2159 Expected<section_iterator> SecOrErr = Section.getRelocatedSection(); in DWARFObjInMemory()