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;593 inline Expected<section_iterator> SectionRef::getRelocatedSection() const { in getRelocatedSection() function594 return OwningObject->getRelocatedSection(SectionPimpl); in getRelocatedSection()
320 getRelocatedSection(DataRefImpl Sec) const override;1022 ELFObjectFile<ELFT>::getRelocatedSection(DataRefImpl Sec) const { in getRelocatedSection() function
58 if (InputSectionBase *rel = isec->getRelocatedSection()) { in getOutputSectionName()528 cast<InputSection>(sec)->getRelocatedSection()) in computeInputSections()746 OutputSection *out = sec->getRelocatedSection()->getOutputSection(); in addInputSec()869 if (InputSectionBase *rel = sec->getRelocatedSection()) in addOrphanSections()903 cast<InputSection>(sec)->getRelocatedSection()) in diagnoseOrphanHandling()
348 InputSectionBase *InputSection::getRelocatedSection() const { in getRelocatedSection() function in InputSection361 InputSectionBase *sec = getRelocatedSection(); in copyRelocations()394 InputSectionBase *sec = getRelocatedSection(); in copyRelocations()
401 InputSectionBase *getRelocatedSection() const;
612 InputSectionBase *s = first->getRelocatedSection(); in finalize()
2899 if (InputSectionBase *rel = isec->getRelocatedSection()) in create()3416 if (InputSectionBase *ex = isec->getRelocatedSection()) in addSection()
2936 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()
715 Expected<section_iterator> RelSecOrErr = si->getRelocatedSection(); in findOPDEntrySection()2381 Expected<section_iterator> RelSecOrErr = SI->getRelocatedSection(); in finalizeLoad()
178 Expected<section_iterator> ErrOrSec = Section.getRelocatedSection(); in dumpCXXData()
1121 Expected<section_iterator> RelocatedOrErr = Sec.getRelocatedSection(); in getRelocsMap()2533 Expected<section_iterator> SecOrErr = Section.getRelocatedSection(); in printRelocations()
673 SectionRef TextSec = *cantFail(RelocsSec.getRelocatedSection()); in printLineNumbers()
2157 Expected<section_iterator> SecOrErr = Section.getRelocatedSection(); in DWARFObjInMemory()