Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DObjectFile.h133 section_iterator getRelocatedSection() const;
257 virtual section_iterator getRelocatedSection(DataRefImpl Sec) const;
482 inline section_iterator SectionRef::getRelocatedSection() const { in getRelocatedSection() function
483 return OwningObject->getRelocatedSection(SectionPimpl); in getRelocatedSection()
H A DELFObjectFile.h268 section_iterator getRelocatedSection(DataRefImpl Sec) const override;
812 ELFObjectFile<ELFT>::getRelocatedSection(DataRefImpl Sec) const { in getRelocatedSection() function
/freebsd-12.1/contrib/llvm/lib/Object/
H A DObjectFile.cpp88 section_iterator ObjectFile::getRelocatedSection(DataRefImpl Sec) const { in getRelocatedSection() function in ObjectFile
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DLinkerScript.cpp394 if (IS->getRelocatedSection()) in computeInputSections()
569 OutputSection *Out = Sec->getRelocatedSection()->getOutputSection(); in addInputSec()
672 if (InputSectionBase *Rel = Sec->getRelocatedSection()) in addOrphanSections()
H A DInputSection.h341 InputSectionBase *getRelocatedSection() const;
H A DOutputSections.cpp316 InputSectionBase *S = First->getRelocatedSection(); in finalize()
H A DInputSection.cpp395 InputSectionBase *InputSection::getRelocatedSection() const { in getRelocatedSection() function in InputSection
407 InputSectionBase *Sec = getRelocatedSection(); in copyRelocations()
H A DWriter.cpp102 if (InputSectionBase *Rel = IS->getRelocatedSection()) { in getOutputSectionName()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp352 section_iterator RelocatedSection = SI->getRelocatedSection(); in loadObjectImpl()
599 section_iterator RelSecI = SI->getRelocatedSection(); in computeSectionStubBufSize()
H A DRuntimeDyldELF.cpp605 section_iterator RelSecI = si->getRelocatedSection(); in findOPDEntrySection()
1872 section_iterator RelocatedSection = SI->getRelocatedSection(); in finalizeLoad()
/freebsd-12.1/contrib/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp173 section_iterator Sec2 = Section.getRelocatedSection(); in dumpCXXData()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1401 section_iterator RelocatedSection = Section.getRelocatedSection(); in DWARFObjInMemory()
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1389 section_iterator Sec2 = Section.getRelocatedSection(); in disassembleObject()