/external/llvm/include/llvm/Object/ |
D | ObjectFile.h | 107 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()
|
D | ELFObjectFile.h | 237 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/ |
D | ObjectFile.h | 133 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()
|
D | ELFObjectFile.h | 292 getRelocatedSection(DataRefImpl Sec) const override; 848 ELFObjectFile<ELFT>::getRelocatedSection(DataRefImpl Sec) const { in getRelocatedSection() function
|
/external/llvm-project/llvm/include/llvm/Object/ |
D | ObjectFile.h | 135 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()
|
D | ELFObjectFile.h | 306 getRelocatedSection(DataRefImpl Sec) const override; 935 ELFObjectFile<ELFT>::getRelocatedSection(DataRefImpl Sec) const { in getRelocatedSection() function
|
/external/llvm/lib/Object/ |
D | ObjectFile.cpp | 68 section_iterator ObjectFile::getRelocatedSection(DataRefImpl Sec) const { in getRelocatedSection() function in ObjectFile
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | ObjectFile.cpp | 95 ObjectFile::getRelocatedSection(DataRefImpl Sec) const { in getRelocatedSection() function in ObjectFile
|
/external/llvm-project/llvm/lib/Object/ |
D | ObjectFile.cpp | 102 ObjectFile::getRelocatedSection(DataRefImpl Sec) const { in getRelocatedSection() function in ObjectFile
|
/external/llvm-project/lld/ELF/ |
D | LinkerScript.cpp | 458 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()
|
D | InputSection.h | 373 InputSectionBase *getRelocatedSection() const;
|
D | OutputSections.cpp | 427 InputSectionBase *s = first->getRelocatedSection(); in finalize()
|
D | InputSection.cpp | 406 InputSectionBase *InputSection::getRelocatedSection() const { in getRelocatedSection() function in InputSection 418 InputSectionBase *sec = getRelocatedSection(); in copyRelocations()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 295 section_iterator RelocatedSection = SI->getRelocatedSection(); in loadObjectImpl() 516 section_iterator RelSecI = SI->getRelocatedSection(); in computeSectionStubBufSize()
|
D | RuntimeDyldELF.cpp | 831 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/ |
D | RuntimeDyld.cpp | 352 Expected<section_iterator> RelSecOrErr = SI->getRelocatedSection(); in loadObjectImpl() 656 Expected<section_iterator> RelSecOrErr = SI->getRelocatedSection(); in computeSectionStubBufSize()
|
D | RuntimeDyldELF.cpp | 610 Expected<section_iterator> RelSecOrErr = si->getRelocatedSection(); in findOPDEntrySection() 1879 Expected<section_iterator> RelSecOrErr = SI->getRelocatedSection(); in finalizeLoad()
|
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 362 Expected<section_iterator> RelSecOrErr = SI->getRelocatedSection(); in loadObjectImpl() 669 Expected<section_iterator> RelSecOrErr = SI->getRelocatedSection(); in computeSectionStubBufSize()
|
D | RuntimeDyldELF.cpp | 617 Expected<section_iterator> RelSecOrErr = si->getRelocatedSection(); in findOPDEntrySection() 1886 Expected<section_iterator> RelSecOrErr = SI->getRelocatedSection(); in finalizeLoad()
|
/external/llvm/tools/llvm-cxxdump/ |
D | llvm-cxxdump.cpp | 173 section_iterator Sec2 = Section.getRelocatedSection(); in dumpCXXData()
|
/external/llvm-project/llvm/tools/llvm-cxxdump/ |
D | llvm-cxxdump.cpp | 177 Expected<section_iterator> ErrOrSec = Section.getRelocatedSection(); in dumpCXXData()
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 672 section_iterator RelocatedSection = Section.getRelocatedSection(); in DWARFContextInMemory()
|
/external/llvm-project/llvm/tools/llvm-objdump/ |
D | llvm-objdump.cpp | 1460 Expected<section_iterator> RelocatedOrErr = Sec.getRelocatedSection(); in getRelocsMap() 2254 Expected<section_iterator> SecOrErr = Section.getRelocatedSection(); in printRelocations()
|
/external/llvm/tools/llvm-objdump/ |
D | llvm-objdump.cpp | 996 section_iterator Sec2 = Section.getRelocatedSection(); in DisassembleObject()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 1602 Expected<section_iterator> SecOrErr = Section.getRelocatedSection(); in DWARFObjInMemory()
|