Searched refs:getRelocatedSection (Results 1 – 14 of 14) sorted by relevance
138 Expected<section_iterator> getRelocatedSection() const;283 virtual Expected<section_iterator> getRelocatedSection(DataRefImpl Sec) const;537 inline Expected<section_iterator> SectionRef::getRelocatedSection() const { in getRelocatedSection() function538 return OwningObject->getRelocatedSection(SectionPimpl); in getRelocatedSection()
310 getRelocatedSection(DataRefImpl Sec) const override;997 ELFObjectFile<ELFT>::getRelocatedSection(DataRefImpl Sec) const { in getRelocatedSection() function
61 if (InputSectionBase *rel = isec->getRelocatedSection()) { in getOutputSectionName()522 cast<InputSection>(sec)->getRelocatedSection()) in computeInputSections()740 OutputSection *out = sec->getRelocatedSection()->getOutputSection(); in addInputSec()863 if (InputSectionBase *rel = sec->getRelocatedSection()) in addOrphanSections()893 cast<InputSection>(sec)->getRelocatedSection()) in diagnoseOrphanHandling()
380 InputSectionBase *getRelocatedSection() const;
345 InputSectionBase *InputSection::getRelocatedSection() const { in getRelocatedSection() function in InputSection358 InputSectionBase *sec = getRelocatedSection(); in copyRelocations()
602 InputSectionBase *s = first->getRelocatedSection(); in finalize()
2872 if (InputSectionBase *rel = isec->getRelocatedSection()) in create()3391 if (InputSectionBase *ex = isec->getRelocatedSection()) in addSection()
2798 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()
710 Expected<section_iterator> RelSecOrErr = si->getRelocatedSection(); in findOPDEntrySection()2375 Expected<section_iterator> RelSecOrErr = SI->getRelocatedSection(); in finalizeLoad()
178 Expected<section_iterator> ErrOrSec = Section.getRelocatedSection(); in dumpCXXData()
978 Expected<section_iterator> RelocatedOrErr = Sec.getRelocatedSection(); in getRelocsMap()2166 Expected<section_iterator> SecOrErr = Section.getRelocatedSection(); in printRelocations()
1781 Expected<section_iterator> SecOrErr = Section.getRelocatedSection(); in DWARFObjInMemory()