Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h138 Expected<section_iterator> getRelocatedSection() const;
283 virtual Expected<section_iterator> getRelocatedSection(DataRefImpl Sec) const;
522 inline Expected<section_iterator> SectionRef::getRelocatedSection() const { in getRelocatedSection() function
523 return OwningObject->getRelocatedSection(SectionPimpl); in getRelocatedSection()
H A DELFObjectFile.h297 getRelocatedSection(DataRefImpl Sec) const override;
977 ELFObjectFile<ELFT>::getRelocatedSection(DataRefImpl Sec) const { in getRelocatedSection() function
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp466 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()
H A DInputSection.h374 InputSectionBase *getRelocatedSection() const;
H A DOutputSections.cpp431 InputSectionBase *s = first->getRelocatedSection(); in finalize()
H A DInputSection.cpp399 InputSectionBase *InputSection::getRelocatedSection() const { in getRelocatedSection() function in InputSection
411 InputSectionBase *sec = getRelocatedSection(); in copyRelocations()
H A DSyntheticSections.cpp2936 if (InputSectionBase *rel = isec->getRelocatedSection()) in create()
3425 if (InputSectionBase *ex = isec->getRelocatedSection()) in addSection()
H A DDriver.cpp2379 if (InputSectionBase *rel = isec->getRelocatedSection()) in link()
H A DWriter.cpp106 if (InputSectionBase *rel = isec->getRelocatedSection()) { in getOutputSectionName()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DObjectFile.cpp100 ObjectFile::getRelocatedSection(DataRefImpl Sec) const { in getRelocatedSection() function in ObjectFile
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp362 Expected<section_iterator> RelSecOrErr = SI->getRelocatedSection(); in loadObjectImpl()
673 Expected<section_iterator> RelSecOrErr = SI->getRelocatedSection(); in computeSectionStubBufSize()
H A DRuntimeDyldELF.cpp675 Expected<section_iterator> RelSecOrErr = si->getRelocatedSection(); in findOPDEntrySection()
1953 Expected<section_iterator> RelSecOrErr = SI->getRelocatedSection(); in finalizeLoad()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp178 Expected<section_iterator> ErrOrSec = Section.getRelocatedSection(); in dumpCXXData()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp840 Expected<section_iterator> RelocatedOrErr = Sec.getRelocatedSection(); in getRelocsMap()
1735 Expected<section_iterator> SecOrErr = Section.getRelocatedSection(); in printRelocations()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1680 Expected<section_iterator> SecOrErr = Section.getRelocatedSection(); in DWARFObjInMemory()