Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h139 Expected<section_iterator> getRelocatedSection() const;
284 virtual Expected<section_iterator> getRelocatedSection(DataRefImpl Sec) const;
594 inline Expected<section_iterator> SectionRef::getRelocatedSection() const { in getRelocatedSection() function
595 return OwningObject->getRelocatedSection(SectionPimpl); in getRelocatedSection()
H A DELFObjectFile.h339 getRelocatedSection(DataRefImpl Sec) const override;
1082 ELFObjectFile<ELFT>::getRelocatedSection(DataRefImpl Sec) const { in getRelocatedSection() function
/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp58 if (InputSectionBase *rel = isec->getRelocatedSection()) { in getOutputSectionName()
526 cast<InputSection>(sec)->getRelocatedSection()) in computeInputSections()
793 OutputSection *out = sec->getRelocatedSection()->getOutputSection(); in addInputSec()
916 if (InputSectionBase *rel = sec->getRelocatedSection()) in addOrphanSections()
951 cast<InputSection>(sec)->getRelocatedSection()) in diagnoseOrphanHandling()
H A DInputSection.cpp392 InputSectionBase *InputSection::getRelocatedSection() const { in getRelocatedSection() function in InputSection
405 InputSectionBase *sec = getRelocatedSection(); in copyRelocations()
438 InputSectionBase *sec = getRelocatedSection(); in copyRelocations()
H A DOutputSections.cpp689 InputSectionBase *sec = relSec->getRelocatedSection(); in finalizeNonAllocCrel()
747 InputSectionBase *s = first->getRelocatedSection(); in finalize()
H A DInputSection.h425 InputSectionBase *getRelocatedSection() const;
H A DSyntheticSections.cpp3511 if (InputSectionBase *rel = isec->getRelocatedSection()) in create()
4028 if (InputSectionBase *ex = isec->getRelocatedSection()) in addSection()
H A DDriver.cpp3072 if (InputSectionBase *rel = isec->getRelocatedSection()) in link()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DObjectFile.cpp105 ObjectFile::getRelocatedSection(DataRefImpl Sec) const { in getRelocatedSection() function in ObjectFile
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp368 Expected<section_iterator> RelSecOrErr = SI->getRelocatedSection(); in loadObjectImpl()
685 Expected<section_iterator> RelSecOrErr = SI->getRelocatedSection(); in computeSectionStubBufSize()
H A DRuntimeDyldELF.cpp714 Expected<section_iterator> RelSecOrErr = si->getRelocatedSection(); in findOPDEntrySection()
2386 Expected<section_iterator> RelSecOrErr = SI->getRelocatedSection(); in finalizeLoad()
/freebsd/contrib/llvm-project/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp178 Expected<section_iterator> ErrOrSec = Section.getRelocatedSection(); in dumpCXXData()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1296 Expected<section_iterator> RelocatedOrErr = Sec.getRelocatedSection(); in getRelocsMap()
2671 Expected<section_iterator> SecOrErr = Section.getRelocatedSection(); in printRelocations()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp2159 Expected<section_iterator> SecOrErr = Section.getRelocatedSection(); in DWARFObjInMemory()
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp673 SectionRef TextSec = *cantFail(RelocsSec.getRelocatedSection()); in printLineNumbers()