Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DObjectFile.h118 section_iterator getRelocatedSection() const;
240 virtual section_iterator getRelocatedSection(DataRefImpl Sec) const;
432 inline section_iterator SectionRef::getRelocatedSection() const { in getRelocatedSection() function
433 return OwningObject->getRelocatedSection(SectionPimpl); in getRelocatedSection()
DELFObjectFile.h107 section_iterator getRelocatedSection(DataRefImpl Sec) const override;
532 ELFObjectFile<ELFT>::getRelocatedSection(DataRefImpl Sec) const { in getRelocatedSection() function
/external/llvm/lib/Object/
DObjectFile.cpp46 section_iterator ObjectFile::getRelocatedSection(DataRefImpl Sec) const { in getRelocatedSection() function in ObjectFile
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp221 section_iterator RelocatedSection = SI->getRelocatedSection(); in loadObjectImpl()
421 section_iterator RelSecI = SI->getRelocatedSection(); in computeSectionStubBufSize()
DRuntimeDyldELF.cpp614 section_iterator RelSecI = si->getRelocatedSection(); in findOPDEntrySection()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp617 section_iterator RelocatedSection = Section.getRelocatedSection(); in DWARFContextInMemory()
/external/llvm/tools/llvm-cxxdump/
Dllvm-cxxdump.cpp77 section_iterator Sec2 = Section.getRelocatedSection(); in getRelocSections()
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp292 section_iterator Sec2 = Section.getRelocatedSection(); in DisassembleObject()