Home
last modified time | relevance | path

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

/trueos/contrib/llvm/include/llvm/Object/
HDObjectFile.h171 section_iterator getRelocatedSection() const;
322 virtual section_iterator getRelocatedSection(DataRefImpl Sec) const;
529 inline section_iterator SectionRef::getRelocatedSection() const { in getRelocatedSection() function
530 return OwningObject->getRelocatedSection(SectionPimpl); in getRelocatedSection()
HDELFObjectFile.h92 virtual section_iterator getRelocatedSection(DataRefImpl Sec) const;
567 ELFObjectFile<ELFT>::getRelocatedSection(DataRefImpl Sec) const { in getRelocatedSection() function
/trueos/contrib/llvm/lib/Object/
HDObjectFile.cpp36 section_iterator ObjectFile::getRelocatedSection(DataRefImpl Sec) const { in getRelocatedSection() function in ObjectFile
/trueos/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyld.cpp170 section_iterator RelocatedSection = si->getRelocatedSection(); in loadObject()
251 section_iterator RelSecI = SI->getRelocatedSection(); in emitSection()
HDRuntimeDyldELF.cpp590 section_iterator RelSecI = si->getRelocatedSection(); in findOPDEntrySection()
/trueos/contrib/llvm/lib/MC/
HDMCObjectSymbolizer.cpp271 section_iterator RelSecI = SI->getRelocatedSection(); in buildRelocationByAddrMap()
/trueos/contrib/llvm/lib/DebugInfo/
HDDWARFContext.cpp638 section_iterator RelocatedSection = i->getRelocatedSection(); in DWARFContextInMemory()