Home
last modified time | relevance | path

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

12

/external/llvm/include/llvm/Object/
DObjectFile.h107 section_iterator getRelocatedSection() const;
228 virtual section_iterator getRelocatedSection(DataRefImpl Sec) const;
419 inline section_iterator SectionRef::getRelocatedSection() const { in getRelocatedSection() function
420 return OwningObject->getRelocatedSection(SectionPimpl); in getRelocatedSection()
DELFObjectFile.h237 section_iterator getRelocatedSection(DataRefImpl Sec) const override;
657 ELFObjectFile<ELFT>::getRelocatedSection(DataRefImpl Sec) const { in getRelocatedSection() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DObjectFile.h133 Expected<section_iterator> getRelocatedSection() const;
277 virtual Expected<section_iterator> getRelocatedSection(DataRefImpl Sec) const;
506 inline Expected<section_iterator> SectionRef::getRelocatedSection() const { in getRelocatedSection() function
507 return OwningObject->getRelocatedSection(SectionPimpl); in getRelocatedSection()
DELFObjectFile.h292 getRelocatedSection(DataRefImpl Sec) const override;
848 ELFObjectFile<ELFT>::getRelocatedSection(DataRefImpl Sec) const { in getRelocatedSection() function
/external/llvm-project/llvm/include/llvm/Object/
DObjectFile.h135 Expected<section_iterator> getRelocatedSection() const;
280 virtual Expected<section_iterator> getRelocatedSection(DataRefImpl Sec) const;
519 inline Expected<section_iterator> SectionRef::getRelocatedSection() const { in getRelocatedSection() function
520 return OwningObject->getRelocatedSection(SectionPimpl); in getRelocatedSection()
DELFObjectFile.h306 getRelocatedSection(DataRefImpl Sec) const override;
935 ELFObjectFile<ELFT>::getRelocatedSection(DataRefImpl Sec) const { in getRelocatedSection() function
/external/llvm/lib/Object/
DObjectFile.cpp68 section_iterator ObjectFile::getRelocatedSection(DataRefImpl Sec) const { in getRelocatedSection() function in ObjectFile
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DObjectFile.cpp95 ObjectFile::getRelocatedSection(DataRefImpl Sec) const { in getRelocatedSection() function in ObjectFile
/external/llvm-project/llvm/lib/Object/
DObjectFile.cpp102 ObjectFile::getRelocatedSection(DataRefImpl Sec) const { in getRelocatedSection() function in ObjectFile
/external/llvm-project/lld/ELF/
DLinkerScript.cpp458 cast<InputSection>(sec)->getRelocatedSection()) in computeInputSections()
663 OutputSection *out = sec->getRelocatedSection()->getOutputSection(); in addInputSec()
787 if (InputSectionBase *rel = sec->getRelocatedSection()) in addOrphanSections()
811 cast<InputSection>(sec)->getRelocatedSection()) in diagnoseOrphanHandling()
DInputSection.h373 InputSectionBase *getRelocatedSection() const;
DOutputSections.cpp427 InputSectionBase *s = first->getRelocatedSection(); in finalize()
DInputSection.cpp406 InputSectionBase *InputSection::getRelocatedSection() const { in getRelocatedSection() function in InputSection
418 InputSectionBase *sec = getRelocatedSection(); in copyRelocations()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp295 section_iterator RelocatedSection = SI->getRelocatedSection(); in loadObjectImpl()
516 section_iterator RelSecI = SI->getRelocatedSection(); in computeSectionStubBufSize()
DRuntimeDyldELF.cpp831 section_iterator RelSecI = si->getRelocatedSection(); in findOPDEntrySection()
1875 section_iterator RelocatedSection = SI->getRelocatedSection(); in finalizeLoad()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp352 Expected<section_iterator> RelSecOrErr = SI->getRelocatedSection(); in loadObjectImpl()
656 Expected<section_iterator> RelSecOrErr = SI->getRelocatedSection(); in computeSectionStubBufSize()
DRuntimeDyldELF.cpp610 Expected<section_iterator> RelSecOrErr = si->getRelocatedSection(); in findOPDEntrySection()
1879 Expected<section_iterator> RelSecOrErr = SI->getRelocatedSection(); in finalizeLoad()
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp362 Expected<section_iterator> RelSecOrErr = SI->getRelocatedSection(); in loadObjectImpl()
669 Expected<section_iterator> RelSecOrErr = SI->getRelocatedSection(); in computeSectionStubBufSize()
DRuntimeDyldELF.cpp617 Expected<section_iterator> RelSecOrErr = si->getRelocatedSection(); in findOPDEntrySection()
1886 Expected<section_iterator> RelSecOrErr = SI->getRelocatedSection(); in finalizeLoad()
/external/llvm/tools/llvm-cxxdump/
Dllvm-cxxdump.cpp173 section_iterator Sec2 = Section.getRelocatedSection(); in dumpCXXData()
/external/llvm-project/llvm/tools/llvm-cxxdump/
Dllvm-cxxdump.cpp177 Expected<section_iterator> ErrOrSec = Section.getRelocatedSection(); in dumpCXXData()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp672 section_iterator RelocatedSection = Section.getRelocatedSection(); in DWARFContextInMemory()
/external/llvm-project/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp1460 Expected<section_iterator> RelocatedOrErr = Sec.getRelocatedSection(); in getRelocsMap()
2254 Expected<section_iterator> SecOrErr = Section.getRelocatedSection(); in printRelocations()
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp996 section_iterator Sec2 = Section.getRelocatedSection(); in DisassembleObject()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1602 Expected<section_iterator> SecOrErr = Section.getRelocatedSection(); in DWARFObjInMemory()

12