Home
last modified time | relevance | path

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

/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-7.0/llvm/include/llvm/Object/
DObjectFile.h121 section_iterator getRelocatedSection() const;
243 virtual section_iterator getRelocatedSection(DataRefImpl Sec) const;
460 inline section_iterator SectionRef::getRelocatedSection() const { in getRelocatedSection() function
461 return OwningObject->getRelocatedSection(SectionPimpl); in getRelocatedSection()
DELFObjectFile.h264 section_iterator getRelocatedSection(DataRefImpl Sec) const override;
793 ELFObjectFile<ELFT>::getRelocatedSection(DataRefImpl Sec) const { in getRelocatedSection() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DObjectFile.cpp80 section_iterator ObjectFile::getRelocatedSection(DataRefImpl Sec) const { in getRelocatedSection() function in ObjectFile
/external/llvm/lib/Object/
DObjectFile.cpp68 section_iterator ObjectFile::getRelocatedSection(DataRefImpl Sec) const { in getRelocatedSection() function in ObjectFile
/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-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp346 section_iterator RelocatedSection = SI->getRelocatedSection(); in loadObjectImpl()
593 section_iterator RelSecI = SI->getRelocatedSection(); in computeSectionStubBufSize()
DRuntimeDyldELF.cpp605 section_iterator RelSecI = si->getRelocatedSection(); in findOPDEntrySection()
1872 section_iterator RelocatedSection = SI->getRelocatedSection(); in finalizeLoad()
/external/llvm/tools/llvm-cxxdump/
Dllvm-cxxdump.cpp173 section_iterator Sec2 = Section.getRelocatedSection(); in dumpCXXData()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cxxdump/
Dllvm-cxxdump.cpp171 section_iterator Sec2 = Section.getRelocatedSection(); in dumpCXXData()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp672 section_iterator RelocatedSection = Section.getRelocatedSection(); in DWARFContextInMemory()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1362 section_iterator RelocatedSection = Section.getRelocatedSection(); in DWARFObjInMemory()
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp996 section_iterator Sec2 = Section.getRelocatedSection(); in DisassembleObject()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp1305 section_iterator Sec2 = Section.getRelocatedSection(); in DisassembleObject()