Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DObjectFile.h138 Expected<section_iterator> getRelocatedSection() const;
283 virtual Expected<section_iterator> getRelocatedSection(DataRefImpl Sec) const;
537 inline Expected<section_iterator> SectionRef::getRelocatedSection() const { in getRelocatedSection() function
538 return OwningObject->getRelocatedSection(SectionPimpl); in getRelocatedSection()
H A DELFObjectFile.h310 getRelocatedSection(DataRefImpl Sec) const override;
997 ELFObjectFile<ELFT>::getRelocatedSection(DataRefImpl Sec) const { in getRelocatedSection() function
/openbsd-src/gnu/llvm/lld/ELF/
H A DLinkerScript.cpp61 if (InputSectionBase *rel = isec->getRelocatedSection()) { in getOutputSectionName()
522 cast<InputSection>(sec)->getRelocatedSection()) in computeInputSections()
740 OutputSection *out = sec->getRelocatedSection()->getOutputSection(); in addInputSec()
863 if (InputSectionBase *rel = sec->getRelocatedSection()) in addOrphanSections()
893 cast<InputSection>(sec)->getRelocatedSection()) in diagnoseOrphanHandling()
H A DInputSection.h380 InputSectionBase *getRelocatedSection() const;
H A DInputSection.cpp345 InputSectionBase *InputSection::getRelocatedSection() const { in getRelocatedSection() function in InputSection
358 InputSectionBase *sec = getRelocatedSection(); in copyRelocations()
H A DOutputSections.cpp602 InputSectionBase *s = first->getRelocatedSection(); in finalize()
H A DSyntheticSections.cpp2872 if (InputSectionBase *rel = isec->getRelocatedSection()) in create()
3391 if (InputSectionBase *ex = isec->getRelocatedSection()) in addSection()
H A DDriver.cpp2798 if (InputSectionBase *rel = isec->getRelocatedSection()) in link()
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DObjectFile.cpp105 ObjectFile::getRelocatedSection(DataRefImpl Sec) const { in getRelocatedSection() function in ObjectFile
/openbsd-src/gnu/llvm/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.cpp710 Expected<section_iterator> RelSecOrErr = si->getRelocatedSection(); in findOPDEntrySection()
2375 Expected<section_iterator> RelSecOrErr = SI->getRelocatedSection(); in finalizeLoad()
/openbsd-src/gnu/llvm/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp178 Expected<section_iterator> ErrOrSec = Section.getRelocatedSection(); in dumpCXXData()
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp978 Expected<section_iterator> RelocatedOrErr = Sec.getRelocatedSection(); in getRelocsMap()
2166 Expected<section_iterator> SecOrErr = Section.getRelocatedSection(); in printRelocations()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1781 Expected<section_iterator> SecOrErr = Section.getRelocatedSection(); in DWARFObjInMemory()