Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DObjectFile.h135 Expected<section_iterator> getRelocatedSection() const;
280 virtual Expected<section_iterator> getRelocatedSection(DataRefImpl Sec) const;
519 inline Expected<section_iterator> SectionRef::getRelocatedSection() const { in getRelocatedSection() function
520 return OwningObject->getRelocatedSection(SectionPimpl); in getRelocatedSection()
H A DELFObjectFile.h297 getRelocatedSection(DataRefImpl Sec) const override;
970 ELFObjectFile<ELFT>::getRelocatedSection(DataRefImpl Sec) const { in getRelocatedSection() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DObjectFile.cpp102 ObjectFile::getRelocatedSection(DataRefImpl Sec) const { in getRelocatedSection() function in ObjectFile
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp362 Expected<section_iterator> RelSecOrErr = SI->getRelocatedSection(); in loadObjectImpl()
673 Expected<section_iterator> RelSecOrErr = SI->getRelocatedSection(); in computeSectionStubBufSize()
H A DRuntimeDyldELF.cpp675 Expected<section_iterator> RelSecOrErr = si->getRelocatedSection(); in findOPDEntrySection()
1950 Expected<section_iterator> RelSecOrErr = SI->getRelocatedSection(); in finalizeLoad()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp177 Expected<section_iterator> ErrOrSec = Section.getRelocatedSection(); in dumpCXXData()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp803 Expected<section_iterator> RelocatedOrErr = Sec.getRelocatedSection(); in getRelocsMap()
1654 Expected<section_iterator> SecOrErr = Section.getRelocatedSection(); in printRelocations()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1680 Expected<section_iterator> SecOrErr = Section.getRelocatedSection(); in DWARFObjInMemory()