Searched refs:getRelocatedSection (Results 1 – 16 of 16) sorted by relevance
138 Expected<section_iterator> getRelocatedSection() const;283 virtual Expected<section_iterator> getRelocatedSection(DataRefImpl Sec) const;532 inline Expected<section_iterator> SectionRef::getRelocatedSection() const { in getRelocatedSection() function533 return OwningObject->getRelocatedSection(SectionPimpl); in getRelocatedSection()
309 getRelocatedSection(DataRefImpl Sec) const override;994 ELFObjectFile<ELFT>::getRelocatedSection(DataRefImpl Sec) const { in getRelocatedSection() function
61 if (InputSectionBase *rel = isec->getRelocatedSection()) { in getOutputSectionName()521 cast<InputSection>(sec)->getRelocatedSection()) in computeInputSections()739 OutputSection *out = sec->getRelocatedSection()->getOutputSection(); in addInputSec()857 if (InputSectionBase *rel = sec->getRelocatedSection()) in addOrphanSections()885 cast<InputSection>(sec)->getRelocatedSection()) in diagnoseOrphanHandling()
371 InputSectionBase *getRelocatedSection() const;
332 InputSectionBase *InputSection::getRelocatedSection() const { in getRelocatedSection() function in InputSection345 InputSectionBase *sec = getRelocatedSection(); in copyRelocations()
515 InputSectionBase *s = first->getRelocatedSection(); in finalize()
2920 if (InputSectionBase *rel = isec->getRelocatedSection()) in create()3412 if (InputSectionBase *ex = isec->getRelocatedSection()) in addSection()
2682 if (InputSectionBase *rel = isec->getRelocatedSection()) in link()
100 ObjectFile::getRelocatedSection(DataRefImpl Sec) const { in getRelocatedSection() function in ObjectFile
364 Expected<section_iterator> RelSecOrErr = SI->getRelocatedSection(); in loadObjectImpl()683 Expected<section_iterator> RelSecOrErr = SI->getRelocatedSection(); in computeSectionStubBufSize()
710 Expected<section_iterator> RelSecOrErr = si->getRelocatedSection(); in findOPDEntrySection()2322 Expected<section_iterator> RelSecOrErr = SI->getRelocatedSection(); in finalizeLoad()
781 Expected<section_iterator> RelSecOrErr = Sec.getRelocatedSection(); in TEST()
178 Expected<section_iterator> ErrOrSec = Section.getRelocatedSection(); in dumpCXXData()
948 Expected<section_iterator> RelocatedOrErr = Sec.getRelocatedSection(); in getRelocsMap()1932 Expected<section_iterator> SecOrErr = Section.getRelocatedSection(); in printRelocations()
1713 Expected<section_iterator> SecOrErr = Section.getRelocatedSection(); in DWARFObjInMemory()
2003 if (cantFail(Section.getRelocatedSection()) != InputFile->section_end() && in processRelocations()2277 section_iterator SecIter = cantFail(Section.getRelocatedSection()); in readRelocations()