Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DObjectFile.h120 section_iterator getRelocatedSection() const;
271 virtual section_iterator getRelocatedSection(DataRefImpl Sec) const;
476 inline section_iterator SectionRef::getRelocatedSection() const { in getRelocatedSection() function
477 return OwningObject->getRelocatedSection(SectionPimpl); in getRelocatedSection()
DELFObjectFile.h101 section_iterator getRelocatedSection(DataRefImpl Sec) const override;
515 ELFObjectFile<ELFT>::getRelocatedSection(DataRefImpl Sec) const { in getRelocatedSection() function
/external/llvm/lib/Object/
DObjectFile.cpp44 section_iterator ObjectFile::getRelocatedSection(DataRefImpl Sec) const { in getRelocatedSection() function in ObjectFile
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp190 section_iterator RelocatedSection = SI->getRelocatedSection(); in loadObject()
332 section_iterator RelSecI = SI->getRelocatedSection(); in computeSectionStubBufSize()
DRuntimeDyldELF.cpp662 section_iterator RelSecI = si->getRelocatedSection(); in findOPDEntrySection()
/external/llvm/lib/DebugInfo/
DDWARFContext.cpp689 section_iterator RelocatedSection = Section.getRelocatedSection(); in DWARFContextInMemory()
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp401 section_iterator Sec2 = Section.getRelocatedSection(); in DisassembleObject()