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.h140 Expected<section_iterator> getRelocatedSection() const;
285 virtual Expected<section_iterator> getRelocatedSection(DataRefImpl Sec) const;
595 inline Expected<section_iterator> SectionRef::getRelocatedSection() const { in getRelocatedSection() function
596 return OwningObject->getRelocatedSection(SectionPimpl); in getRelocatedSection()
H A DELFObjectFile.h342 getRelocatedSection(DataRefImpl Sec) const override;
1087 ELFObjectFile<ELFT>::getRelocatedSection(DataRefImpl Sec) const { in getRelocatedSection() function
/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/lld/ELF/
H A DLinkerScript.cpp54 if (InputSectionBase *rel = isec->getRelocatedSection()) { in getOutputSectionName()
567 cast<InputSection>(sec)->getRelocatedSection()) in computeInputSections()
918 OutputSection *out = sec->getRelocatedSection()->getOutputSection(); in addInputSec()
1037 if (InputSectionBase *relocated = sec->getRelocatedSection()) { in addOrphanSections()
1080 cast<InputSection>(sec)->getRelocatedSection()) in diagnoseOrphanHandling()
H A DInputSection.h444 InputSectionBase *getRelocatedSection() const;
H A DInputSection.cpp424 InputSectionBase *InputSection::getRelocatedSection() const { in getRelocatedSection() function in InputSection
438 InputSectionBase *sec = getRelocatedSection(); in copyRelocations()
473 InputSectionBase *sec = getRelocatedSection(); in copyRelocations()
H A DOutputSections.cpp710 InputSectionBase *sec = relSec->getRelocatedSection(); in finalizeNonAllocCrel()
770 InputSectionBase *s = first->getRelocatedSection(); in finalize()
H A DSyntheticSections.cpp3601 if (InputSectionBase *rel = isec->getRelocatedSection()) in create()
4118 if (InputSectionBase *ex = isec->getRelocatedSection()) in addSection()
H A DDriver.cpp3378 if (InputSectionBase *rel = isec->getRelocatedSection()) in link()
/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.cpp924 Expected<section_iterator> RelSecOrErr = si->getRelocatedSection(); in findOPDEntrySection()
2783 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.cpp1367 Expected<section_iterator> RelocatedOrErr = Sec.getRelocatedSection(); in getRelocsMap()
2742 Expected<section_iterator> SecOrErr = Section.getRelocatedSection(); in printRelocations()
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp675 SectionRef TextSec = *cantFail(RelocsSec.getRelocatedSection()); in printLineNumbers()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp2159 Expected<section_iterator> SecOrErr = Section.getRelocatedSection(); in DWARFObjInMemory()