Home
last modified time | relevance | path

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

/freebsd-14.2/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;
593 inline Expected<section_iterator> SectionRef::getRelocatedSection() const { in getRelocatedSection() function
594 return OwningObject->getRelocatedSection(SectionPimpl); in getRelocatedSection()
H A DELFObjectFile.h320 getRelocatedSection(DataRefImpl Sec) const override;
1022 ELFObjectFile<ELFT>::getRelocatedSection(DataRefImpl Sec) const { in getRelocatedSection() function
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp58 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()
H A DInputSection.cpp348 InputSectionBase *InputSection::getRelocatedSection() const { in getRelocatedSection() function in InputSection
361 InputSectionBase *sec = getRelocatedSection(); in copyRelocations()
394 InputSectionBase *sec = getRelocatedSection(); in copyRelocations()
H A DInputSection.h401 InputSectionBase *getRelocatedSection() const;
H A DOutputSections.cpp612 InputSectionBase *s = first->getRelocatedSection(); in finalize()
H A DSyntheticSections.cpp2899 if (InputSectionBase *rel = isec->getRelocatedSection()) in create()
3416 if (InputSectionBase *ex = isec->getRelocatedSection()) in addSection()
H A DDriver.cpp2936 if (InputSectionBase *rel = isec->getRelocatedSection()) in link()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DObjectFile.cpp105 ObjectFile::getRelocatedSection(DataRefImpl Sec) const { in getRelocatedSection() function in ObjectFile
/freebsd-14.2/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.cpp715 Expected<section_iterator> RelSecOrErr = si->getRelocatedSection(); in findOPDEntrySection()
2381 Expected<section_iterator> RelSecOrErr = SI->getRelocatedSection(); in finalizeLoad()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp178 Expected<section_iterator> ErrOrSec = Section.getRelocatedSection(); in dumpCXXData()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1121 Expected<section_iterator> RelocatedOrErr = Sec.getRelocatedSection(); in getRelocsMap()
2533 Expected<section_iterator> SecOrErr = Section.getRelocatedSection(); in printRelocations()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp673 SectionRef TextSec = *cantFail(RelocsSec.getRelocatedSection()); in printLineNumbers()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp2157 Expected<section_iterator> SecOrErr = Section.getRelocatedSection(); in DWARFObjInMemory()