Searched refs:getRelocatedSection (Results 1 – 15 of 15) sorted by relevance
138 Expected<section_iterator> getRelocatedSection() const;283 virtual Expected<section_iterator> getRelocatedSection(DataRefImpl Sec) const;522 inline Expected<section_iterator> SectionRef::getRelocatedSection() const { in getRelocatedSection() function523 return OwningObject->getRelocatedSection(SectionPimpl); in getRelocatedSection()
297 getRelocatedSection(DataRefImpl Sec) const override;977 ELFObjectFile<ELFT>::getRelocatedSection(DataRefImpl Sec) const { in getRelocatedSection() function
466 cast<InputSection>(sec)->getRelocatedSection()) in computeInputSections()692 OutputSection *out = sec->getRelocatedSection()->getOutputSection(); in addInputSec()816 if (InputSectionBase *rel = sec->getRelocatedSection()) in addOrphanSections()840 cast<InputSection>(sec)->getRelocatedSection()) in diagnoseOrphanHandling()
374 InputSectionBase *getRelocatedSection() const;
431 InputSectionBase *s = first->getRelocatedSection(); in finalize()
399 InputSectionBase *InputSection::getRelocatedSection() const { in getRelocatedSection() function in InputSection411 InputSectionBase *sec = getRelocatedSection(); in copyRelocations()
2936 if (InputSectionBase *rel = isec->getRelocatedSection()) in create()3425 if (InputSectionBase *ex = isec->getRelocatedSection()) in addSection()
2379 if (InputSectionBase *rel = isec->getRelocatedSection()) in link()
106 if (InputSectionBase *rel = isec->getRelocatedSection()) { in getOutputSectionName()
100 ObjectFile::getRelocatedSection(DataRefImpl Sec) const { in getRelocatedSection() function in ObjectFile
362 Expected<section_iterator> RelSecOrErr = SI->getRelocatedSection(); in loadObjectImpl()673 Expected<section_iterator> RelSecOrErr = SI->getRelocatedSection(); in computeSectionStubBufSize()
675 Expected<section_iterator> RelSecOrErr = si->getRelocatedSection(); in findOPDEntrySection()1953 Expected<section_iterator> RelSecOrErr = SI->getRelocatedSection(); in finalizeLoad()
178 Expected<section_iterator> ErrOrSec = Section.getRelocatedSection(); in dumpCXXData()
840 Expected<section_iterator> RelocatedOrErr = Sec.getRelocatedSection(); in getRelocsMap()1735 Expected<section_iterator> SecOrErr = Section.getRelocatedSection(); in printRelocations()
1680 Expected<section_iterator> SecOrErr = Section.getRelocatedSection(); in DWARFObjInMemory()