Home
last modified time | relevance | path

Searched refs:getRelocatedSection (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DObjectFile.h138 Expected<section_iterator> getRelocatedSection() const;
283 virtual Expected<section_iterator> getRelocatedSection(DataRefImpl Sec) const;
532 inline Expected<section_iterator> SectionRef::getRelocatedSection() const { in getRelocatedSection() function
533 return OwningObject->getRelocatedSection(SectionPimpl); in getRelocatedSection()
H A DELFObjectFile.h309 getRelocatedSection(DataRefImpl Sec) const override;
994 ELFObjectFile<ELFT>::getRelocatedSection(DataRefImpl Sec) const { in getRelocatedSection() function
/llvm-project-15.0.7/lld/ELF/
H A DLinkerScript.cpp61 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()
H A DInputSection.h371 InputSectionBase *getRelocatedSection() const;
H A DInputSection.cpp332 InputSectionBase *InputSection::getRelocatedSection() const { in getRelocatedSection() function in InputSection
345 InputSectionBase *sec = getRelocatedSection(); in copyRelocations()
H A DOutputSections.cpp515 InputSectionBase *s = first->getRelocatedSection(); in finalize()
H A DSyntheticSections.cpp2920 if (InputSectionBase *rel = isec->getRelocatedSection()) in create()
3412 if (InputSectionBase *ex = isec->getRelocatedSection()) in addSection()
H A DDriver.cpp2682 if (InputSectionBase *rel = isec->getRelocatedSection()) in link()
/llvm-project-15.0.7/llvm/lib/Object/
H A DObjectFile.cpp100 ObjectFile::getRelocatedSection(DataRefImpl Sec) const { in getRelocatedSection() function in ObjectFile
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp364 Expected<section_iterator> RelSecOrErr = SI->getRelocatedSection(); in loadObjectImpl()
683 Expected<section_iterator> RelSecOrErr = SI->getRelocatedSection(); in computeSectionStubBufSize()
H A DRuntimeDyldELF.cpp710 Expected<section_iterator> RelSecOrErr = si->getRelocatedSection(); in findOPDEntrySection()
2322 Expected<section_iterator> RelSecOrErr = SI->getRelocatedSection(); in finalizeLoad()
/llvm-project-15.0.7/llvm/unittests/Object/
H A DELFObjectFileTest.cpp781 Expected<section_iterator> RelSecOrErr = Sec.getRelocatedSection(); in TEST()
/llvm-project-15.0.7/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp178 Expected<section_iterator> ErrOrSec = Section.getRelocatedSection(); in dumpCXXData()
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp948 Expected<section_iterator> RelocatedOrErr = Sec.getRelocatedSection(); in getRelocsMap()
1932 Expected<section_iterator> SecOrErr = Section.getRelocatedSection(); in printRelocations()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1713 Expected<section_iterator> SecOrErr = Section.getRelocatedSection(); in DWARFObjInMemory()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp2003 if (cantFail(Section.getRelocatedSection()) != InputFile->section_end() && in processRelocations()
2277 section_iterator SecIter = cantFail(Section.getRelocatedSection()); in readRelocations()