Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DObjectFile.h105 section_iterator getRelocatedSection() const;
224 virtual section_iterator getRelocatedSection(DataRefImpl Sec) const;
405 inline section_iterator SectionRef::getRelocatedSection() const { in getRelocatedSection() function
406 return OwningObject->getRelocatedSection(SectionPimpl); in getRelocatedSection()
DELFObjectFile.h227 section_iterator getRelocatedSection(DataRefImpl Sec) const override;
642 ELFObjectFile<ELFT>::getRelocatedSection(DataRefImpl Sec) const { in getRelocatedSection() function
/external/llvm/lib/Object/
DObjectFile.cpp58 section_iterator ObjectFile::getRelocatedSection(DataRefImpl Sec) const { in getRelocatedSection() function in ObjectFile
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp231 section_iterator RelocatedSection = SI->getRelocatedSection(); in loadObjectImpl()
431 section_iterator RelSecI = SI->getRelocatedSection(); in computeSectionStubBufSize()
DRuntimeDyldELF.cpp824 section_iterator RelSecI = si->getRelocatedSection(); in findOPDEntrySection()
1824 section_iterator RelocatedSection = SI->getRelocatedSection(); in finalizeLoad()
/external/llvm/tools/llvm-cxxdump/
Dllvm-cxxdump.cpp165 section_iterator Sec2 = Section.getRelocatedSection(); in dumpCXXData()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp610 section_iterator RelocatedSection = Section.getRelocatedSection(); in DWARFContextInMemory()
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp861 section_iterator Sec2 = Section.getRelocatedSection(); in DisassembleObject()