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

/external/llvm/include/llvm/Object/
H A DObjectFile.h107 section_iterator getRelocatedSection() const;
228 virtual section_iterator getRelocatedSection(DataRefImpl Sec) const;
419 inline section_iterator SectionRef::getRelocatedSection() const { function in class:llvm::object::SectionRef
420 return OwningObject->getRelocatedSection(SectionPimpl);
H A DELFObjectFile.h237 section_iterator getRelocatedSection(DataRefImpl Sec) const override;
657 ELFObjectFile<ELFT>::getRelocatedSection(DataRefImpl Sec) const { function in class:llvm::object::ELFObjectFile
/external/llvm/lib/Object/
H A DObjectFile.cpp68 section_iterator ObjectFile::getRelocatedSection(DataRefImpl Sec) const { function in class:ObjectFile
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp295 section_iterator RelocatedSection = SI->getRelocatedSection();
516 section_iterator RelSecI = SI->getRelocatedSection();
H A DRuntimeDyldELF.cpp831 section_iterator RelSecI = si->getRelocatedSection();
1875 section_iterator RelocatedSection = SI->getRelocatedSection();
/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp672 section_iterator RelocatedSection = Section.getRelocatedSection();
/external/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp173 section_iterator Sec2 = Section.getRelocatedSection();
/external/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp996 section_iterator Sec2 = Section.getRelocatedSection();

Completed in 335 milliseconds